Hi there!
I'm trying to generate a health symbol for a column in my sheet and have created the below. I've indicated that the row is a "symbol row" and have successfully gotten my formula to deliver the the words "Gray" "Green" "Yellow" "Red" but it's not populating the symbol. Any help here? Is it a formatting thing or an issue with my formula?
=IF([Actual Start Date]@row > [Target Start Date]@row, "yellow", IF([Actual Start Date]@row <= [Target Start Date]@row, "green", IF([Actual Start Date]@row > [Target End Date]@row, "red", "")))