I am trying to setup a conditional formatting formula in Excel 2013 that will trigger as true if the date entered in an applicable cell is after today. I can get it to work as an if statement in a cell (not using conditional formatting) defined as this:
I tried using that line in my conditional formatting, however it does not seem to take effect. I'm unclear if it is as simple as a formatting mistake, or if I am trying to use the wrong formula all together. I found several threads discussing the use of DatedIf, but I have not been able to make this work either. I appreciate any help on this.
Code:
If(E7>TODAY(),"True","False")