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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank you! This was exactly the solution I was looking for. Thanks for your help!
-
No problem! 🙂
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!