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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!