Conditional formatting with dates

K

Kathrine

I want some of my cells to automatically change color by conditional formating.

1 condition for coloring/formating is that a separte cell on the spreadsheet
contains a date that is older than today....past time.

How can I write this condition?
 
G

Gaurav

Go to Format | Conditional Formatting

in the first drop dpwn select Formula Is

in the second box type =$C$2<TODAY()

(C2 is the cell that contains the date)

Click Format | Patterns Tab | Select the color.

hope this helps.
 
S

Syrena

I used this formula to keep track of when documents are past-due. If this is
true, it's set to format the background of the cell in red.

=E3<TODAY()

Hope this helps!

Syrena
 

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