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
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?
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.
To add checkboxes:
Each checkbox is independent, but we can link them to adjacent cells for formula use.
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.
To cross out completed tasks or grey them out, use conditional formatting:
=C2=TRUE.When a box is ticked, the item will format automatically. It’s a simple visual win.
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!
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!
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 MoreExcel 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 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...
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...
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