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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!