conditional format formula

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

Guest

I am trying to use a formula in conditional format to turn a cell grey if the
date in the column is not yet passed.


not colored not colored
should be grey
a b
c
10/20/04 10/21/04
10/22/04
5:00 5:00
5:00


=IF(NOW()<a$2,,) Is my formula. Whether I use < or > does not matter, the
formula doesn't work so I am not getting something!


TIA


Todd L.
 
Hi,

try using conditional format using A1<TODAY() and setting your pattern to
grey
 

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