Hello,
I'm receiving an "Unparseable" error on the below. I have a column where I selected symbols to display different statuses. I selected the colored circles where it is Green, Yellow, Red and Grey. Is this issue because I didn't apply the Yellow?
=IF(Status@row = “Blocked”, "Red", IF(Status@row = “Closed”, “Grey”, IF(OR(Status@row = “To Do“, Status@row = “Working”, Status@row = “Release Pending“, Status@row = “Testing”), “Green”)))
Amy