WHAT FUNCTION 2 ENTER SO THE CELL TURNS RED AFTER CURRENT DATE

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

Guest

i have having trouble finding a function that will allow me to make the cell
change red if the date that is entered into that cell becomes older than the
current date. if anyone can help me that would be great.
thanks
 
Format>conditional formatting, formula is

=A1<TODAY()

select a red pattern/font

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey
 
If you do a Conditional Formatting like this:

Cell Value Is
less than
=NOW()

And set the desired formatting with the Format button.
 
you could use conditional format

regards from Brazil
Marcelo

"awilliams" escreveu:
 
in Conditional formatting, select column e.g. colA and:

Formula is: =AND(A1<today(),A1<>"")

select colour

HTH
 

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