Please help, not sure why my nested if statement is incorrect.
The formula I am using is below:
=IF(AND([Completed Date]@row <> "", [Review Date]@row <> ""), "green", IF(AND([Payroll Date]@row <= TODAY() + 31, [Payroll Date]@row > TODAY() - 31), [Payroll Date]@row = "", "Red", "Yellow", "Blue"))
Not sure where I am going wrong, please help, thanks!