Health Symbols issues

Hello, I created a Health column and would like to use green, red, and yellow symbols related to whether they are complete (green), in process over 10 days old, and in process under 10 days old. I used the following formula:

=IF(Status@row = "Complete", "green", IF((TODAY() - [Ops Date IN]@row) > 10, "red", "yellow"))

However, in the column, I see the words green, red, yellow, but not the symbols. Under Column Properties, I picked the symbols option with the three colored circles.

Why are the cells not converted to the symbols and only read the words?

Best Answer

Answers