Harvey Ball Percentage with Multiple Selection Dropdown Statuses
Using the drop down selections in a Status column as the reference, i've set up a Completion column to indicate how far along a project is.
However, occasionally multiple statuses are needed to appropriately indicate the project's level of completion. I've tried multiple iterations of the below formula to varied degrees of failure. Some arrangements net "Unparseable". Others net "Invalid Data Type". And some do not trigger an error message, but also do not populate the Completion column.
..., STATUS@row = "output" + "invoice"), "Full")))))
Answers
-
Hello @Damon Lloyd ,
Depending on your Sheet layout, columns used etc, will determine the Formula to use.
When accounting for multiple criteria in a multi select dropdown, its best to use the AND + HAS functions.
Although the below may not be fully accurate, it should present how to use the above functions:
The formula I used was =IF(AND(HAS(Status@row, "Output"), HAS(Status@row, "Invoice")), "Full")
Let me know if you have any questions!
Kindest Regards
Sean
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!