Harvey Ball Formula Question
SBZ
✭
I have the following formula and need to make sure it's accurate in terms of capturing the work completed. Basically, when 6 out of 7 subtasks are completed at 100%, the harvey ball is still showing an empty grey circle for the task above which stores the subtasks. However the row above the task which contain the 7 subtasks show a 75% harvey ball.
=IF(ISBLANK([% Complete]@row), "", IFERROR(IF([% Complete]@row = 1, "Full", IF([% Complete]@row > 0.74, "Three Quarter", IF([% Complete]@row > 0.49, "Half", IF([% Complete]@row > 0.24, "Quarter", "Empty")))), ""))
Answers
-
Are you able to provide some screenshots for context?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!