% Parent Boxes checked
Hello,
I need some help in creating a formula to calculate the % of parent boxes checked -see attachment. In this case I expect the answer to be 25% as only one of the 4 parent boxes is checked.
Any help would be appreciated
Best Answer
-
There may be another way to do this but the way I know is to set up two helper columns. One helper that is checked if the row is a parent row. Another helper with a COUNTIF formula to count the # of parent rows.
Example sheet:
Parent Count formula:
=COUNTIF([Is Parent?]:[Is Parent?], =true)
% Parent Done formula:
=COUNTIF(Done:Done, =true) / [Parent Count]@row
You can hide the "Is Parent?" and "Parent Count" columns after setup but you'll need to manually check the boxes in the "Is Parent?" column.
Answers
-
There may be another way to do this but the way I know is to set up two helper columns. One helper that is checked if the row is a parent row. Another helper with a COUNTIF formula to count the # of parent rows.
Example sheet:
Parent Count formula:
=COUNTIF([Is Parent?]:[Is Parent?], =true)
% Parent Done formula:
=COUNTIF(Done:Done, =true) / [Parent Count]@row
You can hide the "Is Parent?" and "Parent Count" columns after setup but you'll need to manually check the boxes in the "Is Parent?" column.
-
Much appreciated
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!