indi visual
Member
Conditional formatting in excel gives you the following highlighting options...
Today
Yesterday
7 Days
...and so on and so forth...
However,
I simply need a formula that highlights everything from yesterday and beyond forever into the past. That's it.
I've experimented with the following: If E4 is yesterday's date or beyond, and H4 is blank then set conditional format.
[pre]<br />
=AND($E4=TODAY()-999, $H4="" [/pre]
[/pre]
I realize the -999 part does not work, but every forum I've explored so far does not actually state how to do this (everything else but actually this).
				
			Today
Yesterday
7 Days
...and so on and so forth...
However,
I simply need a formula that highlights everything from yesterday and beyond forever into the past. That's it.
I've experimented with the following: If E4 is yesterday's date or beyond, and H4 is blank then set conditional format.
[pre]<br />
=AND($E4=TODAY()-999, $H4=""
 [/pre]
[/pre]I realize the -999 part does not work, but every forum I've explored so far does not actually state how to do this (everything else but actually this).
