Automating R/Y/G/G Formula for some colors
Hello -
Is it possible to create a formula that only looks for some of the colors in the R/Y/G/G drop down column.
My drop down order in the Stage column is Not Started, In Progress, Completed. In my Status column I have Red, Yellow, Green, Gray.
I am looking to create a formula that enters a 'Gray' icon when 'Completed' is selected as status and a 'Green' icon when 'Not Started' is selected. I don't want 'Red' or 'Yellow' to auto pop when 'In Progress is selected.
I am using this currently and receiving the 'Unparseable' error.
=IF(Stage118 = 0, "Green", (Stage118 = 2, "Gray"))
Is this possible? Any help is appreciated!
Thanks!
Andrea
Comments
-
Hi Andrea,
I built a formula to look like this (see attachment) and I believe it will work!
Please let me know if you have any problems with this! To have it populate into the other rows, you'll want to be sure to use our drag-fill method. You can find more information here.
Alison
-
Hi Andrea,
Try this.
=IF(Stage@row = "Not Started"; "Green"; IF(Stage@row = "Completed"; "Gray"))
The same version but with the below changes for your and others convenience.
=IF(Stage@row = "Not Started", "Green", IF(Stage@row = "Completed", "Gray"))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
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.
-
This worked perfectly. Thank you both for your help with this!
-
Great!
Happy to help!
Best,
Andrée
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
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!