More Conditional Formatting

F

Frecks1983

I posted a thread earlier:

"If i have a date in column A and have a formula that calculates 90 days
from that date to Column B and I want to add conditional formatting to Column
B that flags 120, 90, and 60 days from the column B date how would I go about
doing that?"

I receved the following (which works great):

=AND($B1>TODAY(),$B1<=TODAY()+60) <- Flags Red
=AND($B1>TODAY()+60,$B1<=TODAY()+90) <-Flags Orange
=AND($B1>TODAY()+90,$B1<=TODAY()+120) <-Flags Yellow

But I need the 60 days to go beyond that, how would I do that? (i.e. The
date in Column B is 1 Dec 08 how do i get the flag to stay red after the date
has passed so that i know it is now overdue.) Would i have to do an
additional CF to the cell? Please help.
 

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