Hello,
I am looking to create a formula if a request is/was submitted I would like it to display open, pending, at-risk, or complete. I also need to exclude changes to that request if the status reflects canceled, rescheduled, no-show, or declined.
Currently, I have a vlookup to display only the open or completed requests.
I am looking to measure the following, if feasible or if there are other suggestions then I am all ears.
If date evaluated is not today or in the future = open
If date evaluated and today are not equal or match = pending
If date evaluated is in the past and it has been more than 1 day since it has been submitted = at risk
If Date Received is not empty = complete
TS status helper column drop-down list:
Canceled - Candidate
Canceled - Tech Screener
Decline - Candidate
Decline - Tech Screener
No show - Candidate
No show - Tech Screener
Rescheduled - Candidate
Rescheduled - Tech Screener
I still need to use the TS Complete column as a checkbox and the Tech Screen progress column.
My thought was I could create another column to indicate the open, pending, at-risk, or completed progress of the request.
How do I create this formula (assuming I should use a formula) to show the status of the request?