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
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 153 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!