I need help to get this formula right. I have the following scenario but I have no idea how to put the logic into a formula statement.
With reference to the following columns, here are the scenario:
1) There are a series of approvals needed from 5 different person
2) If any Approver is "Approval Request Submitted", then the Status should be "Waiting for Approval"
3) If any Approver is "Denied", then the Status should be "Denied"
4) If all Approver is "Approved", then the Status should be "Approved"
5) If any Approver is "Skipped", while all others are "Approved", the Status should be "Approved"
Appreciate assistance. Thank you.