Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like all cells in a column to turn red 30 days prior to the date
entered in the cell. Does anyone have the required formula to accomplish this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=value(cell)<=today()+30
"ron b" wrote: I would like all cells in a column to turn red 30 days prior to the date entered in the cell. Does anyone have the required formula to accomplish this? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A2<=TODAY()-30
for equal to or less tha 30 days or =A2<TODAY()-30 less tha 30 days, Regards, Alan. "ron b" wrote in message ... I would like all cells in a column to turn red 30 days prior to the date entered in the cell. Does anyone have the required formula to accomplish this? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Huh! I'd say "today()+30"
"Alan" wrote: =A2<=TODAY()-30 for equal to or less tha 30 days or =A2<TODAY()-30 less tha 30 days, Regards, Alan. "ron b" wrote in message ... I would like all cells in a column to turn red 30 days prior to the date entered in the cell. Does anyone have the required formula to accomplish this? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you the formula worked for one cell. How do I make it apply to all
cells in the column? I clicked on the button at the end of the formula box and dragged the dotted lines to the end of the column, but it did not seem to work. "FiluDlidu" wrote: =value(cell)<=today()+30 "ron b" wrote: I would like all cells in a column to turn red 30 days prior to the date entered in the cell. Does anyone have the required formula to accomplish this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formula date | Excel Worksheet Functions | |||
Conditional formatting...cont. from 9/25 | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Conditional Format Formula Needed | Excel Worksheet Functions |