How to Use the New Checkbox Feature in Microsoft Excel
Microsoft Excel now supports native checkboxes — a feature many users have been requesting. This works in Microsoft 365 for Windows and Excel on the web.
How to Insert Checkboxes
Select the range where you want checkboxes. Go to the Insert tab and click Checkbox in the Controls group.

Checkboxes immediately appear in every selected cell. Each cell stores a FALSE (unchecked) or TRUE (checked) value behind the scenes.
YouTube Video

Tips for Working with Checkboxes
- Remove checkboxes: Select the cells and press the Delete key.
- Autofill: Insert a single checkbox, then double-click the Autofill handle (crosshairs at the cell corner) to fill the entire column.
- Toggle: Simply click a checkbox to check or uncheck it.
Counting Checked and Unchecked Items with COUNTIF
Since checkboxes store TRUE/FALSE values, you can use COUNTIF to count them.

To count checked items: =COUNTIF(B2:B8,"true")
To count unchecked items: =COUNTIF(B2:B8,"false")

Make sure to put "true" or "false" in quotes within the COUNTIF formula.
Want to learn more? Visit courses.chrismenardtraining.com for online training courses.
Popular Articles







