Watch Video – How to Insert and Use a Checkbox in Excel
In Excel, acheckbox is an interactivetool that can be used to select or deselect an option. You must have seen it in many web form available online.
You can use a checkbox in Excel to create interactive checklists, dynamic charts, and dashboards.
This Excel tutorial covers the following topics:
- How to Get the Developer Tab in Excel Ribbon.
- How to Insert a Checkbox in Excel.
- Examples of Using Checkboxes in Excel.
- How to Insert Multiple Checkboxes in Excel.
- How to Delete a Checkbox in Excel.
- How to Fix the Position of a Checkbox in Excel.
- Caption Name Vs. Backend Name
To insert a checkbox in Excel, you first need to have the Developer tab enabled in your workbook.
Can’t see the developer tab?
Don’t worry and keep reading!
Get the Developer Tab in Excel Ribbon
The first step in inserting a checkbox in Excel is to have the developer tab visible in the ribbons area. The developer tab contains the checkbox control that we need to use to insert a checkbox in Excel.
Below are the steps for getting the developer tab in the Excel ribbon.
- Right click on any of the existing tabs in the Excel ribbon and select Customize the Ribbon. It opens the Excel Options dialog box.
- In the Excel Options dialog box, you will have the Customize the Ribbon options. On the right, within the Main Tabs pane, check the Developer option.
- Click OK. This will make the developer tab appear as one of the tabs in the ribbon.
Now with the Developer tab visible, you get access to a variety of interactive controls.
How to Insert a Checkbox in Excel
Here are the steps to insert a checkbox in Excel:
- Go to Developer Tab –> Controls –> Insert –> Form Controls –> Check Box.
- Click anywhere in the worksheet, and it will insert a checkbox (as shown below).
- Now to need to link the checkbox to a cell in Excel. To do this, right-click on the checkbox and select Format Control.
- In the Format Control dialog box, in the Control tab, make the following changes:
- Value: Checked(this makes sure that the checkbox is checked by default when you open the workbook)
- Cell Link: $A$1(this is the cell linked to the checkbox). You can manually enter this or select the cell to get the reference.
- Click OK.
Now your checkbox is linked to cell A1, and when you check the checkbox, it will show TRUE in cell A1, and when you uncheck it, it will show FALSE.
Examples of Using a Checkbox in Excel
Here are a couple of examples where you can use a checkbox in Excel.
Creating an Interactive To-Do List in Excel
Below is an example of a To-Do list that uses checkboxes to mark the task as complete.
A couple of things are happening in the example above:
- As soon as you check the checkbox for an item/task, the status changes to Done (from To be Done), the cell gets a green shade, and the text gets a strikethrough format.
- The value of the cell link for that checkbox changes from FALSE to TRUE.
- The ‘Task Completed’ and ‘% of Task Completed’ numbers (in cell H3 and H4) change based on how many tasks have been marked as completed.
Here is how to make this:
- Have the activities listed in cell A2:A7.
- Insert checkboxes and place it in cell B2:B7.
- Link these checkboxes to cell E2:E7. There is no way to link all the checkboxes at one go. You’ll have to manually link each checkbox one by one.
- In cell C2, enter the following formula: =IF(E2,”Done”,”To Be Done”)and drag for all the cells (C2:C7).
- In cell C2:C7, apply conditional formatting to give the cell a green background color and strikethrough format when the value in the cell is Done.
- In cell H3, use the following formula:=COUNTIF($E$2:$E$7,TRUE)
- This will count the total numbers of tasks that have been marked as completed.
- In cell H4, use the following formula:=COUNTIF($E$2:$E$7,TRUE)/COUNTIF($E$2:$E$7,”<>”)
- This will show the percentage of tasks completed.
Click here to download the checklist.
Creating a Dynamic Chart in Excel
You can use an Excel checkbox to create a dynamic chart as shown below:
In this case, the checkbox above the chart is linked to cell C7 and C8.
If you check the checkbox for 2013, the value of cell C7 becomes TRUE. Similarly, if you check the checkbox in for 2014, the value of cell C8 becomes TRUE.
The data used in creating this chart is in C11 to F13. The data for 2013 and 2014 is dependent on the linked cell (C7 and C8). If the value in cell C7 is TRUE, you see the values in C11:F11, else you see the #N/A error. Same is the case with data for 2014.
Now based on which checkbox is checked, that data is shown as a line in the chart.
Click here to download the dynamic chart template.
Inserting Multiple Checkboxes in Excel
There are a couple of ways you can insert multiple checkboxes in the same worksheet.
#1 Inserting a Checkbox using the Developer Tab
To insert more than one checkbox, go to the Developer Tab –> Controls –> Insert –> Form Controls –> Check Box.
Now when you click anywhere in the worksheet, it will insert a new checkbox.
You can repeat the same process to insert multiple checkboxes in Excel.
Note:
- The checkbox inserted this way are not linked to any cell. You need to manually link all the checkboxes.
- The checkbox would have different caption names, such as Check Box 1 and Check Box 2, and so on.
#2 Copy Pasting the Checkbox
Select an existing checkbox, copy it and paste it. You can also use the keyboard shortcut (Control + D).
Note:
- The copied checkboxes are linked to the same cell as that of the original checkbox. You need to manually change the cell link for each checkbox.
- The caption names of all the copied checkboxes are the same. However, the backend name would be different (as these are separate objects).
#3 Drag and Fill Cells with Checkbox
If you have a checkbox in a cell in Excel and you drag all fill handle down, it will create copies of the checkbox. Something as shown below:
Note:
- The caption names of all the new checkboxes are the same. However, the backend name would be different (as these are separate objects).
- All these checkboxes would be linked to the same cell (if you linked the first one). You need to manually change the link of all these one by one.
Deleting the Checkbox in Excel
You can easily delete a single checkbox by selecting it and pressing the delete key. To select a checkbox, you need to hold the Control key and the press the left button of the mouse.
If you want to delete multiple checkboxes:
- Hold the Control key and select all the ones that you want to delete.
- Press the Delete key.
If you have many checkboxes scattered in your worksheet, here is a way to get a list of all the checkbox and delete at one go:
- Go to Home –> Editing –> Find & Select –> Selection Pane.
- This will open a Selection Pane that will list all the objects on that worksheet (including checkboxes, shapes, and charts).
- This will open a Selection Pane that will list all the objects on that worksheet (including checkboxes, shapes, and charts).
- Select all the checkboxes you want to delete (to select multiple checkboxes, hold the control key while selecting) and hit the delete key.
- Note that the names of the checkboxes here are the backend names and not the caption names.
- Note that the names of the checkboxes here are the backend names and not the caption names.
Note: The selection pane displays all the objects of the active worksheet only.
How Fix the Position of a Checkbox inExcel
One common issue with using shapes and objects in Excel is that when you resize cells or hide/delete rows/columns, it also affects the shapes/checkboxes. Something as shown below:
To stop the checkbox from movingaround when you resize or delete cells, do the following:
- Left click on the checkbox and select Format Control.
- In the Format Control dialog box, select the properties tab.
- In the properties tab, within Object Positioning, select Don’t move or size with cells.
- Click OK.
Now when you resize or delete cells, the checkbox would stay put.
Caption Name Vs. Name
When you insert a checkbox in Excel, you see a name in front of the box (such as Check Box 1 or Check Box 2).
This text – in front of the box – is the Caption Name of the checkbox. To edit this text, right-click and select the ‘Edit Text’ option.
While you see the new text, in the backend, Excel continues to refer to this checkbox as Check Box 1.
If you select the checkbox and look at the Name Box field, you will see the name Excel uses for this checkbox in the backend.
You can easily change this backend name by first selecting the checkbox in the worksheet and then typing the name in the name box (the naming rules are same as that of named ranges).
See Also: How to Insert a Checkbox in Google Sheets.
You May Also Like the Following Excel Tutorials:
- Inserting Checkmark in Excel.
- Create Dynamic Chart usingCheckbox.
- Create Checklists using Checkbox in Excel.
- VBA Guide to Using Checkboxes in Excel.
- How to Insert a Scroll Bar in Excel.
- How to Insert and Use a Radio Button in Excel.
FAQs
How do I insert a checkbox in Excel quickly? ›
In order to make a check box in Excel, you need to go to Developer Tab ---> Controls ---> Insert ---> Form Controls ---> Check Box. Now, click on the cell where you want to place the checkbox; you can position the checkbox by dragging it.
How do I insert a check box in Excel without the Developer tab? ›If you don't have it, you must right-click on any area of the ribbon and select customize the ribbon. Within the Excel Options box, you must mark the developer option and save the changes.
How do I automate a checkbox in Excel? ›Go to Developer Tab –> Controls –> Insert –> Form Controls –> Check Box. Click anywhere in the worksheet, and it will insert a checkbox (as shown below). Now to need to link the checkbox to a cell in Excel. To do this, right-click on the checkbox and select Format Control.
How do I insert a checkbox into multiple cells in Excel? ›- Select the checkbox and press Ctrl + D (to duplicate and paste). ...
- Select the checkbox and press Ctrl + C (to copy). ...
- To copy a checkbox into adjacent cells, use the keyboard arrow keys to select the cell containing the checkbox (don't select the checkbox itself).
A checklist in Excel is a custom list of items you can create to track tasks, projects, training or other items that often use checklists. Excel has several templates you can use to build your checklist, or you can create your own.
What is simple checklist? ›What is a simple checklist template? A simple checklist template is any kind of process or list of tasks arranged in the form of a checklist; in other words, it's a to-do list where the order of tasks is usually important.
What is the keyboard shortcut for checkbox? ›To Select a Check Box or Radio Button (Keyboard)
Press the Spacebar.
You should use the SHIFT + P combination of the keys when you want to obtain the ( ✔) check mark. You should also know that Shift + O combination is used for printing (X) cross symbol in the cell. You can also use ALT + 0252 to get Checkmark symbol.
What is the shortcut key to check checkbox? ›Hit space key, it should tick the check box. If it doesn't then hit the tab until the focus is on box and press enter. Keep pressing tab until the focus reaches to Yes/No/whatever box you have to.