Skip to main content

I know I’ve seen the code somewhere for how to show a Green Tick or Red Cross when using formulas that return a true or false result, but I can’t find it.


can someone please post?

Unless I’m mistaken, this is done with emoji.


Where you want a “True” output, use the Green Tick emoji ( ✅ )

Where you want a “False” output, use the Red Cross emoji ( ❌ )


Ex:

IF(Field1 > 5, “ ✅ ”, “ ❌ ”)


Reply