I want to get a count of how many rows & % have been checked in a sheet (no parents or child rows)
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
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!