Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to look into a cell and return a high lighted row.
if todays date is less than 5 days prior the date in the cell, high light the row green if todays date is between 5 and 0 days prior the date in the cell, high light the row amber if todays date is 0 days prior or greater the date in the cell, high light the row red Can anyone help? Thanks, -- Clint |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Format/ Conditional Formatting/ Formula Is:
=TODAY()<$A1-5 format as green, =TODAY()<$A1 format as amber =ISNUMBER($A1) format as red -- David Biddulph "Clint" wrote in message ... I would like to look into a cell and return a high lighted row. if todays date is less than 5 days prior the date in the cell, high light the row green if todays date is between 5 and 0 days prior the date in the cell, high light the row amber if todays date is 0 days prior or greater the date in the cell, high light the row red Can anyone help? Thanks, -- Clint |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007: Color of high-lighted cells | Excel Discussion (Misc queries) | |||
Can text in ListBox and MsgBox be high lighted? | New Users to Excel | |||
I need to select rows that have red text or are high lighted? | Excel Worksheet Functions | |||
formula returns #value | Excel Discussion (Misc queries) | |||
pasting a hi-lighted auto sum | Excel Discussion (Misc queries) |