Select the range where you want to add checkboxes and go to the "Insert" menu in the toolbar
2
From the drop-down menu, select the option "Tick box"
3
Tick the checkboxes according to your preferences
Tip!
Keep in mind that ticking a checkbox sets its cell value to **TRUE**, while leaving it unticked sets it to **FALSE**. These values can be easily referenced in formulas elsewhere in the sheet
4
Choose the cell where you want to display the total count of checked checkboxes
This is where the result of your formula will appear
5
To count the number of unchecked checkboxes in your selected range, use the formula `=COUNTIF(range, TRUE)`
Replace range with the actual range of cells containing the checkboxes
6
Press [[Enter]]
7
Choose the cell where you want to display the total count of unchecked (empty) checkboxes
This is where the result of your formula will appear
8
To count the number of unchecked checkboxes in your selected range, use the formula `=COUNTIF(range, FALSE)`
Replace range with the actual range of cells containing the checkboxes
9
Press [[Enter]]
10
Once you press Enter, you'll be able to see the total number of checkboxes that have been ticked as well as the ones that are still empty