Get the first column from a table.
I have a table reference: {Checkbox Table}
I would like to get the percentage of all the checked boxes, but by column.
Ex) What % of boxes are checked in column 1? Column 2? etc.
How can I modify this formula:
=COUNTIF({Checkbox Table}, =1) / COUNT({Checkbox Table})
to allow me to do that? I have a lot of columns in this table so it would be really time consuming to create an individual reference to each column, which is why I am approaching it this way.
Best Answer
-
@Paul Newcome Hi Paul, I was actually able to find a solution to this.
If I want to count the checkboxes checked in column N of the table, I can use the formula:=COUNTIF(INDEX({Checkbox Table}, 0, N), =1)
Then I just divide that by the total number of checkboxes:
=COUNT(INDEX({Checkbox Table}, 0, N))
Answers
-
You will need to create separate references for each column.
-
@Paul Newcome Hi Paul, I was actually able to find a solution to this.
If I want to count the checkboxes checked in column N of the table, I can use the formula:=COUNTIF(INDEX({Checkbox Table}, 0, N), =1)
Then I just divide that by the total number of checkboxes:
=COUNT(INDEX({Checkbox Table}, 0, N))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!