Hi all! I am trying to set a IF forumula for symbols changing colors driven by multiple columns.
=IF([BYT RELEASE DATE]@row = 0, "Red", IF([BYT ORDERED]@row = 1, "Yellow", IF([OPEN ISSUES]@row = 1, "Blue", IF(RECEIVED@row = 1, "Green"))))
I can not seem to get the right syntex. Help is appreciated ☺