Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I would like to use conditional formatting to highlight cells. Here is the
scenerio .. a cell has a date that is calculated from a formula. If that date falls within the next 7 days i would like the cell to change colors. I for the life of me can not figure out the correct formula to put into the conditional formatting box. Thanks in advance. |
#2
![]() |
|||
|
|||
![]()
One way:
With A1 selected: CF1: Formula is =AND(A1=TODAY(), A1-TODAY()<=7) In article , Dan wrote: I would like to use conditional formatting to highlight cells. Here is the scenerio .. a cell has a date that is calculated from a formula. If that date falls within the next 7 days i would like the cell to change colors. I for the life of me can not figure out the correct formula to put into the conditional formatting box. Thanks in advance. |
#3
![]() |
|||
|
|||
![]()
Assuming that the dates start in A!, select all the cells and use this
formula =AND(A1=TODAY(),A1<TODAY()+7) -- HTH RP (remove nothere from the email address if mailing direct) "Dan" wrote in message ... I would like to use conditional formatting to highlight cells. Here is the scenerio .. a cell has a date that is calculated from a formula. If that date falls within the next 7 days i would like the cell to change colors. I for the life of me can not figure out the correct formula to put into the conditional formatting box. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting with Dates | Excel Worksheet Functions | |||
Conditional formatting with dates formula problem. | Excel Discussion (Misc queries) | |||
conditional formatting overdue dates | Excel Discussion (Misc queries) | |||
conditional formatting overdue dates | Excel Discussion (Misc queries) | |||
Conditional Formatting Dates | Excel Worksheet Functions |