Cond format with date

G

Guest

How do you program a cell to change colors by the current date? example: I
need a cell to change color when the input date becomes less than today's
date. (a CPR card expiration date is entered, when todays date is past the
expiration date, I need the cell to turn red to notify that it is expired.
The date used to judge must be the current date, whatever todays date is vs.
a specific date entered.)
 
R

RichardSchollar

Say your input date is in A1, then Format>Conditional Formatting,
change to Formula Is and enter =A1<TODAY() and then format as required.

Hope this helps!

Richard
 
G

Gord Dibben

Select the cell.

Format>CF>Cell Value is: less than =TODAY()

Or Formula is: =cellref<TODAY()


Gord Dibben MS Excel MVP

On Sat, 16 Dec 2006 09:47:01 -0800, Navy Nurse <Navy
 
G

Guest

Navy Nurse said:
How do you program a cell to change colors by the current date? example: I
need a cell to change color when the input date becomes less than today's
date. (a CPR card expiration date is entered, when todays date is past the
expiration date, I need the cell to turn red to notify that it is expired.
The date used to judge must be the current date, whatever todays date is vs.
a specific date entered.)
 

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