Conditional Formatting yet again

  • Thread starter Thread starter Ross
  • Start date Start date
R

Ross

Here are three columns on my spreadsheet:

E F J
Reference Date Report Due Date closed

When a client is opened, that date is entered into E2 and the formula in F2
is =E2+60 to indicate that the report should be done in 60 days. Using
conditional formatting, I have set the F column to change the text color
after 90 days to warn that a client is overdue for closing. That works
fine, but if a client has already been closed -- that is if there is a date
in column J, don't want the text in column F to change color. Anybody got a
formula for me that can do that?
Ross
 
=AND(J2="",E2+90<=TODAY())

I am assuming your current CF formula is =E2+90<=TODAY()
 

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

Similar Threads

more conditional formatting 3
Average with multiple conditions 4
Excel Excel due and overdue date colours 2
Conditional Formatting or ??? 4
Leave Blank If No Data 6
Excel VBA 1
conditional formmating - formulas 1
Excel Colour code dates 1

Back
Top