Formula to capture % of boxes not checked
Biiams
✭✭✭✭
For new hire training there are several items they must complete for training requirements to be met. I am trying to figure out a way to show % uncomplete for all open training items (boxes in red that are not checked). Is there a formula to capture % not completed for the entire grid and then a % not complete for each row (employee)?
Tags:
Answers
-
You would first do this on a row by row basis in a helper column with this:
=COUNTIFS([1st Checkbox]@row:[Last Checkbox]@row, @cell = "") / COUNTIFS([1st Checkbox]@row:[Last Checkbox]@row, OR(@cell = "", @cell <> ""))
Then to get the total for the entire sheet, you would average this new helper column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!