Conditional Format ?

S

Scottmk

Hi
I have a cell that =today(). Then, I have a column of due dates fo
rows. I would like to set up a conditional format that turns the du
date cells green, yellow, or red if they are 3,2,or 1 week(s) out. An
ideas?
Thank
 
F

Frank Kabel

Hi
try the following (assumption: A1 stores TODAY():
- select your due dates (e.g. cells C1:C100)
- goto 'Format - Conditional Format'
- enter the following formula
=(C1>=$A$1-7)*(C1<$A$1+14)
for one week due
- choose a format and repeat for the other two conditions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top