I want to get a count of how many rows & % have been checked in a sheet (no parents or child rows)

Jade Ranes
✭✭
I want to get a count of how many rows have been checked in a SmartSheet and then what is the percentage of the total number of rows that have been checked. No parent or child rows involved.
For example I have a SmartSheet with 228 row, I need to know how of those rows had had 1 particular column checked and what is the overall percentage of rows checked.
Jade R
Answers
-
You would count how many are checked and divide that by the total number of rows.
=COUNTIFS([Checkbox Column]:[Checkbox Column], @cell = 1) / COUNTIFS([Checkbox Column]:[Checkbox Column], OR(@cell <> 1, @cell = 1))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!