Can someone help me correct my formula? I'm getting a #UNPARSEABLE error.
=IF(AND(TODAY() > [Intranet Due Date (SA- Date to Complete By)]1, Status1 = "Completed"), "Completed", "Past Due"), IF(AND(TODAY() < [Intranet Due Date (SA- Date to Complete By)]1, Status1 = "Pending"), "Not Yet Due", "Past Due")