The best way around this is to use a drop down list and CHAR/UNICHAR.
Change of Symbol Value Colors

maltaee
✭✭✭✭✭
Hello-
Is there a way to change the colors in these selections? e.g., I want to have "Orange" instead of "Yellow" and "Dark Green" instead of "Blue."
=IF(Outcome@row = "Zero", "Red", IF(Outcome@row = "Check Minus", "Yellow", IF(Outcome@row = "Check", "Green", IF(Outcome@row = "Check Plus", "Blue"))))
Tags:
Answers
-
-
Thanks. Can this trick show only the symbols?
-
Yes, I just added wording for my use case.
Here is the site I refer to for symbols.
-
How do you list it in the drop-down list?
-
I copy and paste the symbol in the Drop-down list and in my formula
IF([Blocked/On Hold]@row = "⚠️ On Hold"