View Single Post
  #2  
Old June 2nd, 2010, 08:53 PM posted to microsoft.public.excel.misc
Luke M[_4_]
external usenet poster
 
Posts: 451
Default Conditional Formatting, Date Ranges and Rows

Select the entire row.
Conditional format,
formula 1:
=TODAY()=$R3+30

formula 2:
=AND(TODAY()$R3+30,TODAY()=$R3+60)

formula 3:
=TODAY()$R3+60

--
Best Regards,

Luke M
"chickalina" wrote in message
...
Hello,
I have scoured the newsgroups and searched quite a few posts for what I
would like to do. We will use cell R3 as an example. I have Office 2007
and I
would like to do the following:

Highlight the row green if the date in R3 is less than 30 days old.
Highlight the row yellow if the date in R3 is more than 30 but less than
60
days
Highlight the row red if the date in R3 is more than 60 days old

I have tried a variety of methods, but I cannot get any one to work.

Please help!

thanks so much.

M