Mix icons and formula to connect "state" and "health"
Hi everyone,
I created a "new health" column which is a drop down menu of icons (in the picture). These icons are mixed from two different sets of available icon. I want to create a formula to connect this "new health" and "State". For example, if state is "In progress/ On Track" it will show the green checkmark symbol. I have used this formula:
=IF(State@row = "In Progress/ On Track", "Yes", IF(State@row = "At Risk", "Hold", IF(State@row = "Blocked/Stalled", "No", IF(State@row = "Complete", "Blue"))))
Can someone help me out, please?
Thank you!
Best Answer
-
Hi @Linh Nguyen
I hope you're well and safe!
You'll have to replace the "Yes", "Hold", "No" and "Blue" with the symbols instead.
Something like this.
=IF(State@row = "In Progress/ On Track", "✅", IF(State@row = "At Risk", "⚠️", IF(State@row = "Blocked/Stalled", "⛔️", IF(State@row = "Complete", "🔵"))))
Did that work/help?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) 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.
Answers
-
Hi @Linh Nguyen
I hope you're well and safe!
You'll have to replace the "Yes", "Hold", "No" and "Blue" with the symbols instead.
Something like this.
=IF(State@row = "In Progress/ On Track", "✅", IF(State@row = "At Risk", "⚠️", IF(State@row = "Blocked/Stalled", "⛔️", IF(State@row = "Complete", "🔵"))))
Did that work/help?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) 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.
-
@Andrée LaRivière Awesome! It works perfectly. Thank you so much!!!
-
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
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!