How to Create an Interactive Checklist in Excel (Easy Steps)

Dataset Overview

To demonstrate the steps, we will use the dataset of the Home Office Checklist with answers. In Column B, we have information about a list of products necessary for the home office. In Column C, we have information about the product’s availability. Let’s follow the steps to learn how we can create an interactive checklist in Excel.

how to create an interactive checklist in excel


Step 1 – Enable the Developer Tab

  • If the Developer tab isn’t visible in the ribbon, follow these steps:
    • Click the File tab.

Enable Developer Tab

    • In the bottom-left corner, select Options.

    • In the Excel Options window, choose the Customize Ribbon section.
    • Check the Developer option and press OK.

Enable Developer Tab

Read More: How to Make a Checklist in Excel


Step 2 – Insert a Checkbox

  • Create a new column called Status.

Insert a Checkbox

  • Go to the Developer tab and select Insert.

  • Click the Checkbox icon in the Form Controls section.

  • You will see a (+) sign.
  • Click cell D5 to insert the checkbox.

Insert a Checkbox

  • Right-click the checkbox, select Edit Text, and name it (e.g., Available).

Read More: How to Make a Checklist in Excel Without Developer Tab


Step 3 – Add Multiple Checkboxes in Excel

  • Use the Fill Handle to drag down from cell D5 to create checkboxes for each item.

Add Multiple Checkboxes in Excel

Read More: How to Make a Daily Checklist in Excel


Step 4 – Link Cells with Checkboxes

  • Right-click the checkbox in cell D5 and choose Format Control.

Link Cells with Checkboxes

  • In the Format Object window, go to the Control tab.
  • Check Unchecked and set the Cell Link to $E$5.
  • Click OK.

  • When the checkbox in D5 is ticked, cell E5 will show TRUE, and unticked will show FALSE.

Link Cells with Checkboxes

  • Repeat this process for other cells (E6 to E14) to link checkboxes in columns D and E.

Read More: How to Create a Drop Down Checklist in Excel


Step 5 – Make Interaction with Checklist

  • Delete the elements in the Availability column and move it to column E.
  • We’ll demonstrate how the Availability column can be controlled by the checkboxes.

Make Interaction with Checklist

  • Select cells from B5 to B14.
  • Go to the Conditional Formatting option in the ribbon.

  • Choose New Rule.

Make Interaction with Checklist

  • In the New Formatting Rule window, select Use a formula to determine which cells to format.
  • Enter the formula:
=$D5=TRUE
  • Click Format to change the format in the Home Office Checklist column.

  • In the Format Cells window, choose a bold font style and set the font color to red.

Make Interaction with Checklist

  • Go to the Fill tab and select a background color.
  • Confirm the changes by clicking OK.

Make Interaction with Checklist

  • In the New Formatting Rule window, you can see the preview.
  • Press OK.

  • Now, when the checkbox is ticked, column B will show the modified format.

Make Interaction with Checklist

  • Suppose we have bought a File Cabinet.
  • We will put a tick on File Cabinet.
  • Linked Cell and Home Office Checklist columns have changed as the checklist is interlinked.

Read More: How to Make Checklist with Conditional Formatting in Excel


Step 6 – Link Checklist with Availability

  • In column E, we want to show Available or Not Available based on the checkbox status.
  • In cell E5 enter the formula:
=IF(D5=TRUE,"Available","Not Available")
  • The result in cell E5 shows Not Available.

Link Checklist with Availability

  • Apply the same formula to all cells in the Availability column using the Fill Handle.

  • The output is visible.

Read More: How to Create an Audit Checklist in Excel


Step 7 – Format Fonts of Availability Column

  • Select cells from E5 to E14.

Format Fonts of Availability Column

  • Go to Conditional Formatting and choose New Formatting Rule.
  • Enter the formula:
=$D5=FALSE
  • Click Format and select formatting options (e.g., bold font style and strikethrough effect).

  • Confirm the changes by clicking OK.

Format Fonts of Availability Column

  • The preview is showing in the preview box.
  • Press OK.

  • The modification is visible, with Not Available showing with strikethrough.

Format Fonts of Availability Column


Step 8 – Insert Summary Based on Checklist

  • Tick Computer and/or Laptop and observe the changes.
  • Add a summary:

Make Summary Based on Checklist

    • Total Items:
      • Enter the following formula in cell C18:
=COUNTA(B5:B14)
    • Available Items:
      • Insert the following formula in cell C19:
=COUNTIF(D5:D14,TRUE)
    • Availability Percentage:
      • Enter the following formula:
=C19/C20
  • Change the format to Percentage by pressing Ctrl + 1.
  • The summary now displays information about total items, available items, and availability percentage.


Final Output

  • Ticking Comfortable Chair will change the format of the Home Office Checklist column.
  • The Availability column reflects item availability.
  • The summary shows increased available items and availability percentage.
  • Our checklist is interactive, interacting with other data.

Final Output


Download Practice Workbook

You can download the practice workbook from here:


 

Get FREE Advanced Excel Exercises with Solutions!
Sudipta Chandra Sarker
Sudipta Chandra Sarker

Sudipta Chandra Sarker, BSc, Electrical and Electronic Engineering, Bangladesh University of Engineering and Technology, Bangladesh, has worked on the ExcelDemy project for over a year. For ExcelDemy, he has authored 42 articles and reviewed over ten articles. He is employed as a junior software developer at the moment. He aims to create various useful Microsoft Office Add-ins, extending the functionality of Office programs. His interests span Microsoft Office Suites, Data Science, VBA, VB.NET, ASP.NET, C#, Excel, and Desktop... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo