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
Drop-down lists in Excel are a brilliant way to simplify data entry and keep spreadsheets error-free. Whether you’re managing a product list, a staff roster, or a form for others to fill in, creating structured choices ensures consistency and saves time.
Start by selecting the cells where you want the drop-down to appear. Then:
Yes,No,Maybe) or by referencing a named range.Now your cell has a neat little arrow and only accepts selections from the list.
If your list of options might grow or change, define a named range:
MyOptions.=MyOptions.This way, you only need to update your source list — the drop-down updates automatically.
Want a second drop-down that changes based on the first? For example, choosing a category in one column (like “Fruit”), and then showing only fruits in the next?
Here’s how:
Fruit, vegetables named Vegetable).=INDIRECT(A2) function, where A2 is the first selection cell.This dynamically pulls the corresponding list based on the category selected in the first cell. Powerful stuff!
If you convert your list to an Excel Table, named ranges stay automatically dynamic. Use OFFSET() or structured references to keep your drop-downs scalable.
Drop-down lists and dependent validation might sound fiddly, but once set up, they make spreadsheets cleaner, faster, and more user-friendly. Whether you’re building tools for others or just want to avoid messy inputs, this technique should be part of your toolkit.
Need a ready-to-use sample workbook? Reach out and I’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