Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -- Regards Frank Kabel Frankfurt, Germany "Scottmk " schrieb im Newsbeitrag ... Hi I have a cell that =today(). Then, I have a column of due dates for rows. I would like to set up a conditional format that turns the due date cells green, yellow, or red if they are 3,2,or 1 week(s) out. Any ideas? Thanks --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Capture conditional format as cell format | Excel Discussion (Misc queries) | |||
New Conditional Format Overriding Previous Conditional Format | Excel Discussion (Misc queries) | |||
How to create a conditional format that changes the number format | Excel Discussion (Misc queries) | |||
Conditional Format - Format Transfer To Chart | Excel Discussion (Misc queries) | |||
Keep format after paste from other worksheets - conditional format or EnableControl solution doesn't work | Excel Programming |