What is the formula for RYGB to use for status i.e. Green for Complete, Red for At Risk,etc.,
Best Answers
-
Hi Lupe,
It looks like you created the formula outside of Smartsheet so some characters are wrong.
Try something like this.
=IF(Status@row = "At Risk"; "Red"; IF(Status@row = "Not Started"; "Yellow"; IF(Status@row = "Complete"; "Green"; IF(Status@row = "In Progress"; "Blue"; ""))))
The same version but with the below changes for your and others convenience.
=IF(Status@row = "At Risk", "Red", IF(Status@row = "Not Started", "Yellow", IF(Status@row = "Complete", "Green", IF(Status@row = "In Progress", "Blue", ""))))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma."
Did it work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help 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.
-
Andree- Thank you, thank you, thank you! The second formula worked like a charm :) This is most helpful
Answers
-
Hi Lupe,
It looks like you created the formula outside of Smartsheet so some characters are wrong.
Try something like this.
=IF(Status@row = "At Risk"; "Red"; IF(Status@row = "Not Started"; "Yellow"; IF(Status@row = "Complete"; "Green"; IF(Status@row = "In Progress"; "Blue"; ""))))
The same version but with the below changes for your and others convenience.
=IF(Status@row = "At Risk", "Red", IF(Status@row = "Not Started", "Yellow", IF(Status@row = "Complete", "Green", IF(Status@row = "In Progress", "Blue", ""))))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma."
Did it work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help 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.
-
Andree- Thank you, thank you, thank you! The second formula worked like a charm :) This is most helpful
-
Excellent!
You're more than welcome!
I'm always happy to help!
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!