Check boxes in Excel
Unknown to many excel users, you can easily set up check boxes in Excel. You can use these check boxes to total a list of data by selecting various boxes.
Quick Overview
Unknown to many excel users, you can easily set up check boxes in Excel. You can use these check boxes to total a list of data by selecting various boxes.
The following Excelbuddy.com video demonstrates what this tutorial will accomplish.
The following tutorial will show you how to accomplish this task by creating an auto-totaling grocery list.
Lets Begin: Add the Developer Tab
- First, we need to make sure the developer tab is displayed. Click the Microsoft logo in the upper left .
- Next, click the “Excel Options” button.
- Next, click the box for “Show the Developer tab in the Ribbon”
- Now click “OK” – Not sure why I typed this step, but oh well!

How to make an auto-totaling grocery list using Check Boxes
The following example will show how to make an auto-totaling grocery list. The steps in this example can be adapted to fit a multitude of other applications. The files used in this tutorial are available at the bottom of this post. If you have any questions, please comment.
- Start off with a list as shown below.

- Next, goto to the “Developer Tab.”

- Click “Insert”

- Then click “Check box (Form Control)”

- Once selected, the mouse will turn into a “+” sign. Click around Cell D4.
- To Edit/Move the check box, you must right click with your mouse. Using the arrow keys, you can easily align the check box with column “D.”

- To removed “Check Box 1,” right click and deleted the text.
- Right click again on the Check Box and select “Format Control”

- In the “Format Control” box, enter cell “$C$3″ in the cell link box and hit “OK”

- Deselect the check box by click outside of the highlight box.
- Click the box. Once clicked, you will now see the word “True” in Cell C3. Remove the check and the word “False” is displayed.

- Now comes the fun part. Enter the following formula into cell “E3.”
- =SUMIF(C3:C3,TRUE,B3:B3)
- If the check box is selected, the dollar amount in displayed in “Column E”

- If the check box is not selected, the dollar amount in not displayed in “Column E”

- Now, repeat steps 3 – 12 for the remainder of the list.

- Now use the AutoSum function to count the selected items in the grocery list from column “E”

- To make the Grocery List more aesthetically pleasing, hide columns “C” and “E”

That sums up the basic introduction into the world of check boxes in Excel. Hopefully you found this tutorial easy to follow.
Please comment below if you have any questions.


November 22, 2009
I tried this on my XP machine, EXCEL 2007 at work and the check boxes always stay “FALSE”. Even with the check mark, they continue to be “FALSE”. I sent the file to 2 people and it works just fine. I tried it on a coworkers machine at my work with the same result…does not change to “TRUE”, Any ideas? Dee Sledge
December 22, 2009
useful tutorial. it is also correct to write the formula as =SUMIF(C3,TRUE,B3)
February 16, 2010
I have Microsoft Excel 2007 and I am not able to find the developer tab. Is it located some place else?
February 16, 2010
Nevermind I found it
March 10, 2010
i would like to ask about step 15, is there any quicker way to do that?
March 10, 2010
You can copy and paste the formula’s to speed things up. Unfortunately you can’t use the auto fill feature. It sucks, I know