IF Statement to return a Flag Symbol

Erica Anderson
edited 04/15/20 in Formulas and Functions

Hello!

I've got an IF Statement created to leave the at risk flag blank if the "done" box is checked, and make the flag red if the due date is within 5 days of today. I can tell it's working because it's populating at "1" but it should be populating a flag symbol?

I've checked this article, and attempted to replace the 1 with the word flag, and the end result is exactly the "1" or word "flag" versus a symbol, help!

https://help.smartsheet.com/articles/2480316-available-symbols-in-symbols-column?_ga=2.268069645.2025226213.1586144164-26677896.1584028679&_gac=1.220523948.1586453499.EAIaIQobChMIgoum4O_b6AIVDuDICh170QQMEAAYAiAAEgKWRvD_BwE


=IF(Done@row = 1, "0", IF(Due@row <= TODAY(+3), "1"))


Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!