📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

Help in Excel

Options
James240
James240 Posts: 16,391 Forumite
Part of the Furniture 10,000 Posts Name Dropper Photogenic
Guys and Girls, Is there a way to highlight text after a certain time period has elapsed? What i want to do is have the months of the year showing on a spreadsheet in say yellow but when it is actually that month the text would turn to say red..... Any advice on how to do this would be most appreciated. Many thanks James :) P.S im using Excel 2003
Savings Total so far for 2023: £8,062.58

Comments

  • isofa
    isofa Posts: 6,091 Forumite
    You can do this using Conditional Formatting (from the Format menu). Compare the date in the cell, with today, usually referred to as DATE() and away you go.
  • James240
    James240 Posts: 16,391 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Photogenic
    thanks isofa ill give that a go :beer:
    Savings Total so far for 2023: £8,062.58
  • I have another question for excel experts:
    We're trying to find a formula that can take across some information from two ranges of information that could also work out a range within that. Complicated i know.
    For example: Two columns of information and to carry across the result if it's between 10 and 20.
    I've managed to work it out using SUMIF if it's <10 or >20 but i can't work out how it can carry across the info that could be inbetween.

    Hope that makes sense.

    Thanks.
  • isofa
    isofa Posts: 6,091 Forumite
    I have another question for excel experts:
    We're trying to find a formula that can take across some information from two ranges of information that could also work out a range within that. Complicated i know. For example: Two columns of information and to carry across the result if it's between 10 and 20. I've managed to work it out using SUMIF if it's <10 or >20 but i can't work out how it can carry across the info that could be inbetween.
    Hope that makes sense. Thanks.

    Ignoring the multi-ranges you mention, just to evaluate a figure in a single cell between two values, you need to nest an IF to achieve the result.

    e.g: for a figure in A1, if it's between 10 and 20 this will return True or False in the cell you place the forumla:

    =IF(A14>=10,IF(A14<=20,"True","False"),"False")

    If you want just to copy the figure across if it is true, and set it to blank if it isn't then:

    =IF(A14>=10,IF(A14<=20,A1,""),"")

    Hope that helps!
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 351.2K Banking & Borrowing
  • 253.2K Reduce Debt & Boost Income
  • 453.7K Spending & Discounts
  • 244.2K Work, Benefits & Business
  • 599.2K Mortgages, Homes & Bills
  • 177K Life & Family
  • 257.6K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.