I'm looking for a formula that will use the =IF(NOW()=DATEVALUE formula to check the current date and highlight a field if the current date is within 7 days of a date entered.
Example:
date entered = 12th.
If current date = 5th - 11th, then highlight = yellow
If current date = 12th, then highlight = green
if current date = 13th - 20th, then highlight = red
Is this even partly possible, and if so, how?
Hi,
Three conditional formats, Green, Yellow and Red in this order using the 'formula' option rather than the cell value option.
HTHCode:=$A$1=TODAY() =A1-TODAY()<=7 =TODAY()-A1<=7
Richard Buttrey
If this was useful then please rate it appropriately.
Click the small star iconat the bottom left of my post.
Please excuse me. I'm fairly new to using formulas in Excell.
Could you explain this in a bit more detail for me?
I've pasted the code into a field, but that only called back a "false" response.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks