View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
OssieMac OssieMac is offline
external usenet poster
 
Posts: 2,510
Default Conditional Formatting based on a due date

Hi Mark,

Use Conditional format and set formula as follows:-

=AND(TODAY()-B2=7,A2="")

Assumes that:-
A2 is the cell with conditional format
B2 has the date to compare to today's date
7 is the number of days between today and date in B2

--
Regards,

OssieMac


"Mark" wrote:

How can I have a cell change color based on the fact that it is still empty
"X" number of days past another date in an adjacent cell?