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

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)