View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default conditional formatting ... shade cell ... older than today

Use a formula of

=A1<TODAY()

assuming the cell is A1.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mirsten Choiple" wrote in message
...
How can I use conditional formatting to shade the cell if its value is

older
than today?