IF formula return RYG symbol based on Status
Hello - I am very new to Smartsheet and am trying to write what I think is a simple formula, but I keep getting an Incorrect Argument error. This is what I need:
If Status = In progress, green ball
If Status = On Hold, red ball
If Status = Complete, grey ball
If Status = Not Started, yellow ball
Best Answer
-
That should be something like:
=IF([Status]@row = "In Progress", "Green", IF([Status]@row = "On Hold", "Red", IF([Status]@row = "Complete", "Grey", "Yellow")))
Hope it helped!
Answers
-
That should be something like:
=IF([Status]@row = "In Progress", "Green", IF([Status]@row = "On Hold", "Red", IF([Status]@row = "Complete", "Grey", "Yellow")))
Hope it helped!
-
Hi @David Joyeuse That was exactly what I needed - I just had to change "grey" to "gray" and it worked perfectly. Thank you!!!
-
Follow up comment - What I was doing wrong was trying to write an IF to return the Yellow, instead of leaving the Yellow as the item to return if the first three weren't selected. Light bulb moment!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!