Finding the Percentage from two values
Hi All,
Sorry for this very basic question, but I am driving myself nuts trying to find the correct formula.
Trying to calculate the total % complete from checked boxes.
I have a count for when boxes are checked and a count for the total number of items listed on the sheet.
How do I get the % of the checked boxes total?
Best Answer
-
To count the whole sheet it would be something like this, ensure the column is formatted as %
=COUNTIF([Task Done]:[Task Done], 1) / COUNT(CHILDREN([Task Done]:[Task Done]))
Answers
-
To count the whole sheet it would be something like this, ensure the column is formatted as %
=COUNTIF([Task Done]:[Task Done], 1) / COUNT(CHILDREN([Task Done]:[Task Done]))
-
Thank you!!!!!! I was missing the COUNT in the second part of the formula.
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
- 85 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
Check out the Formula Handbook template!