Percentage Checkbox complete of Parent and Child Rows
I need to generate a total percentage complete of all checkboxes in an onboarding document. Checkboxes are utilized for both a parent and child rows. I've tried multiple equations but cannot determine how to set this up to get an accurate percentage of number complete. In this example "content 1" has 2 child rows while "content 4" stands alone, followed by "content 5" which has 2 child rows. What equation can I use to generate a percentage of total complete across both parent and child rows?
Answers
-
Are you looking for a percentage for the entire sheet, regardless of if a row is a Parent or not?
If so, you can COUNT how many boxes are checked by using COUNTIF, and then divide that by how many rows there are in the sheet by counting your Content Title column.
For example:
=COUNTIF(Done:Done, 1) / COUNT([Content Title]:[Content Title])
I would personally put this in a Sheet Summary field (if your plan has access to it) and then format this decimal into a Percent.
Let me know if this is what you were looking to do or not!
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Thank you! This was exactly the solution I was looking for. Thanks for your help!
-
No problem! 🙂
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.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!