There are three criteria that programs must meet before we can release the hold on their reservations:
1) Covid safety plan in place
2) Approval to bring minors to campus
3) Housing plans in place
Here is the formula I'm working on, which is returning an "unparseable" error message:
=IF(OR(NOT([COVID Safety Plan]@row = "Not Yet Uploaded", OR[Minors Upload]@row= "Not Yet Uploaded", OR[Housing Upload]@row = "Not Yet Uploaded"))), "Release Hold", "Hold"
I will be setting up workflow according to the "Hold Status" column (activated if the status changes to "Release Hold").
Thanks in advance!
Mary
P.S. There are more options than "Not Yet Uploaded" and "Uploaded", so I have to go with the "NOT" in this case.