Conditional formatting with expired dates after current

J

Josh

I am trying to get a cell to turn Red if the date that is in the cell is less
than or equal to the current date. The formula I have in it already is:
=EDATE(D2, 12)
This takes the date that I plug into the column before it and just adds 12
months to it. Thanks for any help you can offer.

V/R
 
M

Max

TODAY() is what you need to compare with,
viz. use as the CF formula for that cell: =EDATE(D2, 12)<=TODAY()
Format to taste, ok out. Success? hit YES below
 

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