conditional format date range

  • Thread starter Thread starter Derek
  • Start date Start date
D

Derek

Ok so I have a sheet containing dates in cells B2 through B171. I want the
cells to highlight based on a date that is in cell F4. I want it to
hightlight all the dates from the date in F4 + 180 days. That way when I
change the date in F4 it will change the highlighted dates in B2:B171.
Please Help !!! Thanks
 
Derek
Please don't multi-post ...
See responses in .newusers

Here's mine as posted there:
Select the range B2:B171 (with B2 active),
apply CF using Formula Is:
=AND($F$4<>"",B2-$F$4>=180)
Fine tune the ">=" bit to suit, if necessary ..

Voila? Click the YES button below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
 
Hi,

Highlight B2:B171 or whatever,

If you always enter a date in F4 then choose Format, Conditional Formatting,
Formula is and enter the formula

=B2>=F$4+180
 
Back
Top