View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Ben Ben is offline
external usenet poster
 
Posts: 10
Default Possible to: Tick or cross off dates as they go by?

Thanks for the quick reply and excellent advice. It is perfect!

So I can learn to understand it. I know what '=A1' is for but can you please
tell me what the '<' and '()' are mean?



"Joerg Mochikun" wrote in message
...
That's what the conditional format is made for.
Assuming that the date is in A1, choose as condition1 "Formula is" and
input =A1<TODAY()

Now select the format for this condition (e.g. red text).

Copy/paste this formula to all your other cells containing dates (easily
done with the format painter)

Cheers,

Joerg Mochikun



"Ben" wrote in message
...
For example (lets say all cells have black text):
06 Aug 2007
07 Aug 2007
08 Aug 2007

If today is 06 Aug 2007, nothing happens, all cells have black text. Go
to
sleep... now its 07 Aug 2007.

Is there a way to cross/tick off the previous days automatically with a
formula or conditional format? I want to make the text turn to red, eg.
in
our above example 06 Aug 2007 should now turn red because we are now 07
Aug
2007.

Thanks in advance for some replies!! (I hope)