Conditional Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What would I use for a formula to change the cell background color, if the
date entered in the cell is older then today's current date.

Thanks - George
 
Hi,

Go to Format -> Conditional Formatting.

Formula: =today()<A1

Regards,
A
 
Aristotle - I tryed your formula and it sort of works. As long as there is a
value in the cell and the date is older then todays date then the background
color kicks in. But if you clear the date entered in the field the background
color stays.

To add a little more detail to what I am doing - I have rows of dates - each
row of cells already has this conditional format:

=IF(COUNTIF(4:4,B4)>1,TRUE,FALSE)

Which detects any duplicate dates - which works great - just need something
to point expired dates.

Thanks - George
 

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

Back
Top