Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Using Check Boxes.

Using Check Boxes

Written by Allen Wyatt (last updated July 14, 2023)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365


5

Many different dialog boxes and forms in the Windows world utilize check boxes. They are handy if you want to provide a way for a user to choose between two options, such as true or false; yes or no. Excel also allows you to use check boxes in your worksheets, if desired.

For instance, you may have developed a financial projection worksheet in which you can either account for a particular acquisition or not. In this case, you might want to place a check box at the top of the worksheet. You can then link the status of this check box to another cell, so that if the check box is selected, the value of the cell is True; if it is not selected, the value of the cell is False.

There are two types of check box controls you can insert in your worksheet: a forms control and an ActiveX control. Both do essentially the same thing; here's how you place an ActiveX check box control in your worksheet:

  1. Display the Developer tab of the ribbon.
  2. Click the Insert tool in the Controls group. Excel displays a variety of controls you can insert in your worksheet.
  3. In the ActiveX Controls area, click once on the Check Box control. The mouse pointer changes to a crosshair.
  4. In your worksheet area, click once where you want your check box to appear. Excel adds the check box to the worksheet.
  5. Use the handles that surround the check box to adjust the size of the control, if desired.
  6. You can edit the label by right-clicking inside the label area to display a Context menu; choose the CheckBox Object option; and then click Edit. Type in any label desired.
  7. With the check box control you just placed still selected, click on the Properties tool in the Controls group. Excel displays the Properties dialog box for the control. (See Figure 1.)
  8. Figure 1. The Properties dialog box for the check box.

  9. Change the LinkedCell property so it reflects the address of the cell to which this check box should be linked. (When the check box changes, the contents of this cell change; when the contents of the cell are changed, the check box reflects that change—it is a bi-directional relationship.)
  10. Close the Properties dialog box.

If your worksheet will be used with older versions of Excel (those before Excel 2007) you will want to use the forms control check box. Here's how you place them in your worksheet:

  1. Display the Developer tab of the ribbon.
  2. Click the Insert tool in the Controls group. Excel displays a variety of controls you can insert in your worksheet.
  3. In the Form Controls area, click once on the Check Box control. The mouse pointer changes to a crosshair.
  4. In your worksheet area, click once where you want your check box to appear. Excel adds the check box to the worksheet.
  5. Use the handles that surround the check box to adjust the size of the control, if desired.
  6. Move the mouse cursor into the label area and change the label to anything desired.
  7. With the check box control you just placed still selected, click the Properties tool in the Controls group. Excel displays the Format Control dialog box.
  8. Make sure the Control tab is selected. (See Figure 2.)
  9. Figure 2. The Control tab of the Format Control dialog box.

  10. In the Cell Link field, specify the address of the cell to which this check box should be linked. (When the check box changes, the contents of this cell change; when the contents of the cell are changed, the check box reflects that change—it is a bi-directional relationship.)
  11. Click on OK.

As you are specifying cells for the check boxes to link to, it may be helpful to put those cells either on a different worksheet or size your check box so it completely covers the cell to which the check box is linked. That way the "True" and "False" values showing up in the linked cells won't mess up the layout design for the worksheet on which the check boxes appear.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (8392) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Using Check Boxes.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Spell-Checking from the Keyboard

If you hate to take your hands from the keyboard, even to right-click on a word, you'll love the information in this tip. ...

Discover More

Counting with Formulas

When you need to count a number of cells based upon a single criteria, the standard function to use is COUNTIF. This tip ...

Discover More

Determining if a Document is Corrupt

Think you might have a corrupt document? There is no easy way to tell if this is the case, but there are some things you ...

Discover More

Program Successfully in Excel! John Walkenbach's name is synonymous with excellence in deciphering complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf. Check out Excel 2013 Power Programming with VBA today!

More ExcelTips (ribbon)

Counting with Subtotals

There are a variety of ways you can count information in different groupings. One convenient way is to use the ...

Discover More

Tracing Precedents and Dependents Clears Undo Stack

Excel normally allows you to undo actions you take so that you can "step back" through what you may have been doing. ...

Discover More

Using Revision Tracking

Want to keep track of the changes other people make to your workbook or even your own changes? Excel makes gathering this ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is two less than 9?

2023-02-24 18:03:27

Tomek

Similarly to J. Woolley's comment: you can use ZDingbats font and 3 or 4 for check mark and 5 or 6 for x-mark. (see Figure 1 below)
Admittedly, a and r mnemonics are easier to remember, but i like the shapes from ZDingbats better.

If you use data validation with in-cell dropdown ( see Figure 2 below) ) it will be relatively easy to select the desired mark, as you can see o the right in Figure 1.

Figure 1. 

Figure 2. 


2023-02-24 10:32:31

J. Woolley

@Bill
Typing Check Marks: Format the cell's font as Marlett (or Webdings if necessary) and type lower-case a for accept (a, displayed as a check-mark) or lower-case r for reject (r, displayed as a cross-mark). You can change the font's size.
See https://excelribbon.tips.net/T011474_Typing_Check_Marks_into_Excel.html


2023-02-24 00:47:33

Tomek

@Bill,
Instead of using Excel check boxes, you can create a column of cells that will work like them, but can be easily sized. This can be done by macro, or by data validation.
Let me know if you need help doing this.
BTW, check boxes are movable objects, and it can be a daunting task to align them with the rest of the spreadsheet, and even harder if you insert/delete rows or columns, or adjust their sizes. So, for advanced spreadsheets you may want to avoid check boxes.


2023-02-23 15:08:19

Tomek

@Bill,
Unluckily, Excel does not seem to control this property. There may be a third party app to do that, but there seems to be no way the checkbox can be sized using standard Excel functionality. In case of ActiveX checkbox, you can resize the text but not the checkbox itself.


2023-02-22 14:43:46

Bill

Is there any way to make the check box it self bigger? Not the surrounding space or text area the visible box that gets the check.


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.