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! 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!