Select your country to view prices and course dates.

x

Recent Searches
Category

Microsoft Copilot Courses

Category

Microsoft Power BI

Category

AI for Business

Category

Microsoft Excel

Category

Professional Development

Category

Microsoft Office 365

Category

Excel Specialist

Category

Microsoft Project

Category

R Programming

Category

Python

Category

SQL

Category

Power Apps

Category

SharePoint

Category

Power Automate

Category

Microsoft Teams

Category

Microsoft Visio

Category

Microsoft PowerPoint

Category

Microsoft Word

Category

Microsoft Outlook

Category

Adobe InDesign Courses

Category

Adobe Photoshop Courses

Category

Adobe Illustrator Courses

Category

Adobe Premiere Pro Training

Category

Adobe After Effects Training

Category

Adobe Acrobat Courses

Category

Adobe Captivate Training

Category

Adobe Animate Training

Category

HTML Courses

Category

WordPress

Category

Canva Courses

Category

Microsoft Access

Category

Webinars

Course

Copilot for M365

Course

Power BI Beginner

Course

ChatGPT Beginner

Course

Excel Beginner

Course

Achieving Leadership & Success

Course

Microsoft 365 Beginner

Course

Financial Modelling

Course

Project Beginner

Course

R Programming Beginner

Course

Python Beginner

Course

SQL Beginner

Course

Power Apps Beginner

Course

SharePoint Beginner

Course

Teams Essentials

Course

Visio Essentials

Course

PowerPoint Level 1

Course

Word Beginner

Course

Microsoft Outlook Beginner

Course

InDesign Lite

Course

Photoshop Training Intro

Course

Illustrator Training Intro

Course

Premiere Training Intro

Course

After Effects Training Intro

Course

Acrobat Essentials

Course

Captivate Training

Course

Animate Training Intro

Course

HTML Training Intro

Course

WordPress Essentials

Course

Canva Beginners

Course

Microsoft Access Essentials

Course

Copilot for Word

Course

Power BI Intermediate

Course

Excel Intermediate

Course

Microsoft 365 Intermediate

Course

Analysis and Dashboards

Course

Project Intermediate

Course

R Programming Intermediate

Course

Python Intermediate

Course

SQL Intermediate

Course

Power Apps Intermediate

Course

SharePoint Intermediate

Course

PowerPoint Level 2

Course

Word Intermediate

Course

InDesign Training Intro

Course

Photoshop Lite

Course

Illustrator Training Advanced

Course

Premiere Basics Training

Course

Acrobat Forms

Course

Canva Intermediate

Course

Microsoft Access Advanced

Course

Copilot for Excel

Course

Power BI Advanced

Course

Excel Advanced

Course

Microsoft 365 Advanced

Course

Excel VBA

Course

Project Advanced

Course

R Programming Advanced

Course

Python Advanced

Course

SQL Advanced

Course

Power Apps Advanced

Course

SharePoint Advanced (Site Owner)

Course

Word Advanced

Course

InDesign Training Advanced

Course

Photoshop Training Advanced

Course

Advanced Premiere Training

Course

Advanced After Effects Training

Course

Canva Advanced

Course

Copilot for PowerPoint

Course

Power BI DAX

Course

Excel Expert

Course

Machine Learning in R

Course

SharePoint Advanced (Document Governance)

Course

InDesign Interactivity Training

Course

Copilot for Outlook and Teams

Course

InDesign Accessibility Training

Course

Power Automate Beginner

Course

Power Automate Intermediate

Course

Microsoft Outlook Advanced

Course

AI Prompting Fundamentals

Course

Power Automate Advanced

Course

Excel Tables and Pivot Tables

Course

Data Transformation with Power Query

Course

Excel Macro Mastery

Course

Power BI Desktop Advanced Reporting

Course

AI for Business Leaders and Managers

Course

Data Visualisation with Power BI Desktop

Course

Anger Management & Negotiation Skills

Course

Assertiveness & Confidence

Course

Building Resilience

Course

Coaching and Mentoring

Course

Communications

Course

Communications & Quality Client Service Training

Course

Critical Thinking and Problem Solving

Course

Cultural Diversity in the Workplace

Course

Embracing Change

Course

Growing Emotional Intelligence

Course

Minute Taking

Course

Persuasion and Negotiation Skills

Course

Presentation Skills and Public Speaking

Course

Practical Project Management

Course

Respect, Equity and Diversity (RED)

Course

Resumé Writing and Interview Skills

Course

Stress Management

Course

Team Leadership, Management and Development

Course

Time Management Intensive

Course

Train the Trainer

Course

Write Effective Business Documents

Course

Dealing with Difficult People

Course

Managing Difficult Conversations

Course

Managing the Virtual Workplace

How to Insert Checkboxes in Excel

Brianna Higgins | Aug 17, 2022

Excel by Microsoft is one of the best tools for your spreadsheet and Data Science requirements. It is widely used in various industries to organize and analyse data systematically and error-free. Today we will learn how to insert checkboxes in Excel.

To insert a checkbox in Excel, you must have the Developer tab enabled in your workbook.

 

Make Developer Tab visible

Our first step is to make the Developer Tab visible in the Excel ribbon.

  • Right-click the existing tabs in the Excel ribbon and click on Customise the Ribbon to open the dialogue box in Excel options.

Make Developer Tab visible

  • This will open the Excel Options dialog box and highlight the Customise the Ribbon option in the Navigation pane on the left. Within the Main Tabs pane on your right, check or click the Developer option.

customise the ribbon

 

  • Click the OK button to make your developer tab appear in one of the tabs in the Excel ribbon.

developer tab

 

The developer Tab allows you to have more options to play around with.

 

Insert Checkbox in Excel

Now, we move on to insert a Checkbox in Excel:

 

  1. Click Developer tab, then Controls, Insert, Form Controls, and finally Check Box.

form control

 

  1. Click cell C1 OR over A1. It will then line up with cell A1 and insert an Excel checkbox.

checkbox how to

 

  1. Right-click on the check box to get a pop-up menu and click Format control to link your checkbox to any cell in MS Excel by right-clicking on the checkbox and selecting Format Control.

format control

 

  1. You'll need to make some changes before clicking OK In the Format Control dialog box in the Control tab:
  • Set Value option to ensure that your checkbox is checked by default whenever the workbook is opened.
  • Set Cell Link to $A$1, which is the cell linked to your checkbox. It can be manually entered, or you can select the cell to get the reference.

control checked

 

You can see that the checkbox is now linked to A1. Whenever we check the checkbox, it will show TRUE in A1, and when unchecked, it shows FALSE.

Tip: Save the sheet as Sample Checkbox, Then, either close it or add a new sheet for the next exercise. 

 

 

Creating an Interactive To-Do List in Excel

Here is how we can make a To-do List on MS Excel.

To make a To-do List:

  • Select Sheet 2 then list your activities in Cell A2:A7.
  • Align them by selecting Page Layout > Arrange > Align > Align Left. Then, you can set the vertical spacing by clicking Layout > Arrange > Align > Distribute Vertically. 
  • Insert checkboxes as shown in previous topics and put them in B2:B7.
  • Link checkboxes to E2:E7 by manually linking each checkbox, one by one. Remember that you'll need to test each one; otherwise. column E will be blank and give calculation errors.
  • Enter the following formula in C2: =IF(E2," Complete","Pending") and drag the formula to C2:C7.
    • Apply conditional formatting in C2:C7 for a green background colour and strike-through format when the value in the cell is Complete or Pending.
  • Use this formula in H3: =COUNTIF($E$2:$E$7, TRUE) to count the total number of completed or DONE tasks.
  • Use the following formula in H4 to show the percentage of tasks completed: =COUNTIF($E$2:$E$7, TRUE)/COUNTIF($E$2:$E$7,"<>").

 

To work around this, Download the checklist.

 

Creating a Dynamic Chart in Excel

Here is how we make a dynamic chart 

 

  • Link the checkbox above the chart to cells C13-C17.
  • When we check the checkbox for 2013, the value of C7 becomes TRUE, and in the case of 2014, C8 becomes TRUE. 
  • C11 to F13 contain data used in the chart. The data for 2013 and 2014 depends on the linked cell, i.e., C7 and C8. If C7 is TRUE, the values in C11:F11 is true; else, else, we get a #N/A error.
  • Based on what is checked, we see data on the chart accordingly.

 

Get the dynamic chart template here.

 

How to Insert Multiple Checkboxes in Excel

To insert multiple checkboxes in the same worksheet:

Inserting a Checkbox using the Developer Tab

Go to the Developer Tab, then Controls, then to Insert, Form Controls, and Check Box. Click anywhere in the worksheet to insert a new checkbox. Repeat the steps to insert multiple checkboxes in MS Excel. You need to link the checkboxes manually to link the checkboxes. Caption names for each checkbox will be different.

 

Copy Pasting the Checkbox

Select an existing checkbox by holding down the CTRL key and clicking SELECT. Copy and then paste it or the keyboard shortcut (CTRL) + D, which is the Duplicate command. The checkboxes copied are linked to the same cell as that of the original checkbox and require us to change the cell link for each checkbox manually to change the cell link for each checkbox. The caption names of all the copied checkboxes are the same. However, the back-end name would be different (as these are separate objects).

 

Drag and Fill Cells with Checkbox

Drag all checkboxes and fill the handle down to create copies of the checkbox. The caption names of all the new checkboxes are the same, but the backend names would be different (as these are separate objects). All these checkboxes would be linked to the same cell (if you linked the first one) and require us to change the link of all these one by one manually to manually change the link of all these one by one.

drag and fill cells

 

 

Deleting the Checkbox in Excel

To delete a single checkbox, select it then press the Delete key. To select a checkbox, hold the Control key and press the left mouse button. To delete multiple checkboxes, Hold the Control key and select those you want to delete and press the delete key. If you have multiple checkboxes scattered in your worksheet, get a list of all the checkboxes and delete them in one go by going to Home, Editing, Find & Select, and Selection Pane.

This opens a Selection Pane that lists all the objects on the worksheet (including checkboxes, shapes, and charts).

selection pane

  • Select the checkboxes you want to delete. To select multiple, hold the control key while selecting and press the delete key. The names of the checkboxes will be the backend names, not caption names. The selection pane displays all the objects of the active worksheet only

selection pane selection

 

Fix Checkbox Position in Excel

A common issue when using shapes and objects in MS Excel is that resizing cells or hiding/deleting rows/columns also affects the shapes and checkboxes. 

Fix checkbox position in Excel

 

 

To stop the checkbox from moving around on resize or delete, left-click on the checkbox and click Format.

Fix checkbox position in Excel format control

 

Select the properties tab in the Format Control dialog box.

format control properties

 

 

Within Object Positioning, in the properties tab, select the "Don't move or size with cells" option and click OK. Now resizing should not affect anything on your checkboxes.

object positioning

 

Caption Name vs. Name

You can see a name in front of the Box like Check Box 1 or Check Box 2 when you insert a checkbox in MS Excel. The text in front of the Box is the caption name of the check box. It can be edited by right-clicking and selecting the Edit Text option.

caption name

 

Even if we see new text in the backend, Excel still refers to it as Check Box 1. If we select it and look at the Name Box field, we will see the name Excel uses for the checkbox at the backend. We can change the backend name by selecting the checkbox in the worksheet and then typing the name in the name box, the naming rules being the same as that of object names.

backend name

 

Conclusion

MS Excel provides many amazing tools for Data Scientists, Accountants, and business owners. Today we learned how to use checkboxes in MS Excel, and we can apply it in making forms, To Do lists, Team management, and so much more. To learn more about MS Excel, check out our Excel courses and achieve expertise with the help of our trainers.

Feel free to enrol in our Beginner, Intermediate, Advanced, and Expert-level courses. 

Trusted Globally by Leading Organisations

At Nexacu, we are proud to be the trusted training partner for hundreds of leading organisations across Australia, New Zealand, and around the world. From government agencies to multinational corporations, we help teams build practical skills and achieve real outcomes through expert-led training.

  • 400+ companies rely on Nexacu for workforce development
  • Trusted by government agencies at all levels
  • Delivering training across 9 countries and growing

Why Nexacu? 

step by step courseware

Step by Step Courseware

Custom workbook included with a step by step exercises

Facility Image 2
Facility Image 3
Facility Image 1

Interactive real time training

Interactive, Real-Time Training

Learn with expert instructors, wherever you are

Trusted by Business

Trusted by Business

Procured by Government

Procured by Goverment

Reviews Not Found

Valued by Individuals