Visual Status Bar based on drop down criteria
Hello everyone,
I need your help in creating a formula that checks against the drop-down menu of a column and then returns a visual bar or symbol based on that drop-down.
Example: Select Outline created in the status, the output into another column would be X-----
Second example: Draft complete is in the status and the output into the other column would be
-X----
Best Answer
-
Please mark this as closed I found the formula
=IF(Status@row = "Cancelled", " - - - - - - ", IF(Status@row = "On Hold", " - - - - - -", IF(Status@row = "Idea Approved", " X - - - - - ", IF(Status@row = "Outline Complete", " - X - - - - ", IF(Status@row = "1st Draft Complete", " - - X - - - ", IF(Status@row = "2nd Draft Complete", " - - - X - - ", IF(Status@row = "Final Draft Complete", "- - - - X - ", IF(Status@row = "Published", "- - - - - X "))))))))
Answers
-
Please mark this as closed I found the formula
=IF(Status@row = "Cancelled", " - - - - - - ", IF(Status@row = "On Hold", " - - - - - -", IF(Status@row = "Idea Approved", " X - - - - - ", IF(Status@row = "Outline Complete", " - X - - - - ", IF(Status@row = "1st Draft Complete", " - - X - - - ", IF(Status@row = "2nd Draft Complete", " - - - X - - ", IF(Status@row = "Final Draft Complete", "- - - - X - ", IF(Status@row = "Published", "- - - - - X "))))))))
-
Hey @JJM
Thanks for posting your solution! 🙂
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 378 Global Discussions
- 208 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
- 289 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!