Hi,
I need a formula that will default to a specific value if two criteria are met. If "Approved" and "Not Started" Or "Draft" Change the final status to "Excluded" else use what is in the other status from Service Now.
=IF(AND([Exclusion Status]@row = "Approved", [Service Now Addenda Status]@row = "Not Started"), OR([Service Now Addenda Status]@row = "Draft"), "Excluded", [Service Now Addenda Status]@row)