Hi there,
I want a symbol column to change when either column 1 (checkbox) is TRUE or column 2 (drop down) is COMPLETED. I have the below formula, but it isn't capturing it correctly. The first part of "status" works, but when I added in the OR statement, it throws an error.
=IF(Status@row = "Completed", "Green", IF(Status@row = "In Progress", "Blue", IF(Status@row = "Not Yet Started", "Yellow"))) OR(=IF([Task List]@row = 1, "Green")