I want to create conditional formatting rules on a Date column and cannot figure out how to enter Today in the criteria
Example:
Select column = EOL Date
is < TODAY = Red
is between TODAY() and TODAY() + 180 = Yellow
is > TODAY() + 181 = Green
I can do it in Excel just fine but when i enter TODAY() in the criteria it says "This is not a valid Date"
I have tried variations of TODAY(), =TODAY() and still errors
I feel like this should be core functionality, I have seen some post saying to add a bunch of extra columns to do the comparative logic but why would i want to do that when excel can accept formulas directly in the conditional formatting rules.