I am attempting to add a column with the following formula:
=IF([Priority]@row = “Green”, “Resolved”, IF(OR([Priority]@row = “Yellow”, “Pending”, IF(OR([Priority]@row = “Red”, “At Risk”)
However, I received #UNPARSEABLE
I am trying to obtain an automated response in the "incident status" column --> resolved, pending, or at risk, if the user chooses green, yellow, or red in the "Priority" column.
Appreciate any guidance, thank you!