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.