Multiple Conditional Formatting on Dates

G

Guest

I have a spreadsheet that has promotion eligible dates for about 15 people. I
would like to have the background of the date change to the following colors
for the following circumstances.

At 60 days before the date I need the date to change to yellow to notify to
start processing paperwork.

If the date has passed I need it to turn red.

I can not figure out the correct formula for the cell to do both formats.

Thanks
 
J

JE McGimpsey

Assume the date is in A1:

CF1: Formula is =A1<=TODAY()+60
Format1: <font>/<yellow>

CF2: Formula is =A1<=TODAY()
Format2: <font>/<red>
 
D

David Biddulph

Don't you need those the other way round?
If you put the =A1<=TODAY()+60 test first, it will never get to
=A1<=TODAY() in any case that needs it.
I would reverse the order of the 2 tests.
 
J

JE McGimpsey

Oops. You're exactly right - I transposed my original criteria to make
it clearer, and pooched it...

Thanks for the correction.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top