← Back to Blogs
How to Build an Interactive Checklist in Excel (with Checkboxes)

How to Build an Interactive Checklist in Excel (with Checkboxes)

Checklists are everywhere — from project management to grocery shopping. But did you know Excel can handle fully interactive checklists with in-cell checkboxes, formatting, and even progress tracking?



Step 1: Set Up Your Checklist Items


Start by typing your checklist items into a column — for example, column B. Each row should be a task or item you want to track. In column A (next to each item), we’ll insert a checkbox that can be ticked off.



Step 2: Add In-Cell Checkboxes


To add checkboxes:



  1. Go to the Developer tab (if it’s not visible, enable it via File → Options → Customize Ribbon).

  2. Click Insert → choose the Form Control Checkbox.

  3. Click beside the first task in column B.

  4. Copy the checkbox down for the rest of the items using copy/paste.


Each checkbox is independent, but we can link them to adjacent cells for formula use.



Step 3: Link Checkboxes to Cells


Right-click each checkbox and choose Format Control. On the Control tab, set the Cell Link to the cell in column C (or any unused column). This will show TRUE when checked and FALSE when unchecked.


Now Excel knows which tasks are ticked.



Step 4: Add Conditional Formatting (Optional but Fun)


To cross out completed tasks or grey them out, use conditional formatting:



  1. Select your checklist item cells (e.g., B2:B20).

  2. Go to Home → Conditional Formatting → New Rule.

  3. Choose “Use a formula to determine which cells to format”.

  4. Enter a formula like =C2=TRUE.

  5. Set a strikethrough font or grey fill colour.


When a box is ticked, the item will format automatically. It’s a simple visual win.



Step 5: Bonus – Add Progress Tracking


Want to get fancy? Create a progress bar showing how many tasks are done.


Use a formula like:


=COUNTIF(C2:C20, TRUE)/COUNTA(B2:B20)

Format the result as a percentage and pair it with a bar chart or use a conditional format data bar for a progress effect. Your checklist now shows actual completion metrics!



Final Thoughts


Excel isn’t just for numbers — it’s a flexible platform that lets you build interactive tools with minimal effort. Whether you are managing tasks, monitoring goals, or just want to tick off daily routines, an Excel checklist with in-cell checkboxes is a great solution.


Want a downloadable template to get started? Contact us and we’ll send one your way!


Other Blog Posts

How to Use SUMIFS to Analyse Data Like a Pro

If you’re still using SUM and IF separately to crunch numbers in Excel, it’s time to level up. SUMIFS is one of Excel’s most powerful functions for analysing data — and it’s surprisingly eas...

Read More

Designing Better Excel Dashboards (Even If You’re Not a Designer)

Excel dashboards can be incredibly powerful — but let’s face it, not everyone is a designer. The good news? You don’t need a design degree to create dashboards that look clean, work beautifully,...

Read More

Power Query Tips to Speed Up Your Workflow

Power Query is one of Excel’s best-kept secrets — and if you’re not using it yet, you’re probably spending too much time cleaning, reshaping, or merging data manually.

Whether you're a beginn...

Read More

Top 3 Excel Shortcuts That Save You Hours

When it comes to working efficiently in Excel, keyboard shortcuts aren’t just time-savers — they’re game-changers.

As a trainer, I use dozens of shortcuts, but there are three that I rely on ev...

Read More

Why XLOOKUP Leaves VLOOKUP, HLOOKUP and INDEX/MATCH in the Dust

If you’ve been using Excel for years, you’ve probably tangled with VLOOKUP, wrestled with HLOOKUP, and maybe even constructed the occasional INDEX/MATCH combo when things got serious. But now, Mic...

Read More
Email Us