Conditional formatting on Date

  • Thread starter Thread starter Rick1
  • Start date Start date
R

Rick1

I have a cell with a training date. I would like to format the cell to
change color when actual date exceeds training date by one year.
 
Select "Formula Is" and use this conditional formula...

=DATEDIF(A1,NOW(),"y")>0
 
I used A1 in my formula, but you should use your actual cell address
instead.
 

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