Trying to return three different results for the above statements.
This is the formula I have been using:
=IF(AND(Status@row = "Open", [Targeted Completion Date]@row < TODAY(), "Red", =IF(AND(Status@row = "Open", [Targeted Completion Date]@row <= TODAY(+3)), "Yellow", "Green")))
What am I doing wrong?