Help with a formula: Symbol to change color based on Status
Answers
-
Hi Jennifer,
Try something like this.
=IF(Status@row = "In progress"; "Blue"; IF(Status@row = "Complete"; "Green"; IF(Status@row = "Ongoing"; "Yellow"; IF(Status@row = "Need confirmation"; "Red"))))
The same version but with the below changes for convenience.
=IF(Status@row = "In progress", "Blue", IF(Status@row = "Complete", "Green", IF(Status@row = "Ongoing", "Yellow", IF(Status@row = "Need confirmation", "Red"))))
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Do I put the formula above the status column? And will it only work if I have 4 statuses to match the 4 colors?
-
You add it to the whole Symbol column or the rows where you'd like to use it. It will only work if you use the colors included.
Make sense?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi @Andrée Starå this formula did not work for me. After first condition, the rows were not getting selected.
=IF(Status@row= "Complete"; "Blue"; IF(Status@row = "In Progress"; "Green"; IF(Status@row = "Hold"; "Yellow"; IF(Status@row = "Not Started"; "Red"))))
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!