Formula to assign colored dot symbol based on field?
Hello all. I am trying to utilize the colored symbol dots (green, red, blue, etc) while also having a text field specifying what the status of an item is.
In my case, I am looking to have the following:
Column A (Status) ------ Column B (Status Dot)
Available ------ Green
Pending ------ Yellow
Unavailable ------ Red
I want to populate the status dot column B based on the selected status of Column A.
If status is Available, set column B to Green
If status is Pending, set column to Yellow
Would anyone be able to help me with creating a formula for Column B based on this info?
Answers
-
Hi @Mycelus
I hope you're well and safe!
Try something like this.
=IF(Status@row = "Available", "Green", IF(Status@row = "Pending", "Yellow", IF(Status@row = "Unavailable", "Red")))
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 support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
-
I tried this, but am getting unparseable. I have 4 symbol dots, and 5 statuses to formulate:
Status column (dots) -- Item Status column (dropdown single select)
Item Status options:
Available - set to green
Pending - set to yellow
Pending 2 - set to yellow
Pending 3 - set to red
Unavailable - set to gray
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!