I'm using Excel 2013. I have a column of "Closing Dates". I need anything in that column dated today to highlight in red, 3 days in the future highlighted in green, and 5 days in the future highlighted in yellow (anything older than today has no highlighting).
The RED formatting is easy =$F4=TODAY()...stop if true
...after that, I'm lost. Here's a few things I've tried...(formula variations were consistent for each attempt)
GREEN =$F4=WORKDAY(TODAY(),3)...stop if true
YELLOW =$F4=WORKDAY(TODAY(),5)...stop if true
GREEN =($F4=(WORKDAY($F4,+3)))...stop if true
YELLOW =($F4=(WORKDAY($F4,+5)))...stop if true
I've also tried DATEDIF and AND formulas...but I'm guessing my formulas are wrong
Any help or direction to a different thread (I have looked and tried to make some work) are appreciated.
[TABLE="width: 59"]
<tbody>[TR]
[TD][/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
The RED formatting is easy =$F4=TODAY()...stop if true
...after that, I'm lost. Here's a few things I've tried...(formula variations were consistent for each attempt)
GREEN =$F4=WORKDAY(TODAY(),3)...stop if true
YELLOW =$F4=WORKDAY(TODAY(),5)...stop if true
GREEN =($F4=(WORKDAY($F4,+3)))...stop if true
YELLOW =($F4=(WORKDAY($F4,+5)))...stop if true
I've also tried DATEDIF and AND formulas...but I'm guessing my formulas are wrong
Any help or direction to a different thread (I have looked and tried to make some work) are appreciated.
[TABLE="width: 59"]
<tbody>[TR]
[TD][/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: