Is there a formula that will calculate the number of check boxes that have checks in them?
G Gary Sep 13, 2006 #1 Is there a formula that will calculate the number of check boxes that have checks in them?
D Dave Peterson Sep 13, 2006 #2 How about assigning a linked cell to each of the checkboxes. If you put them in a dedicated column, you could use: =countif(x:x,true)
How about assigning a linked cell to each of the checkboxes. If you put them in a dedicated column, you could use: =countif(x:x,true)