March 21, 2016
Avoid Writing Complex Excel Formulas
There comes a time in many Excel users’ careers where we start to write incredibly complex Excel formulas to summarise
Read MoreMarch 21, 2016
There comes a time in many Excel users’ careers where we start to write incredibly complex Excel formulas to summarise
Read MoreMarch 15, 2016
You can create very complicated and powerful VBA routines in Excel, but not all VBA code has to be like
Read MoreMarch 3, 2016
If you want to limit the choices available for the values that can be entered into a cell, you could
Read MoreFebruary 23, 2016
I get the fanfare around infographics. They’re used to make information more appealing, grab attention, awaken interest, lessen boredom and
Read MoreFebruary 17, 2016
I use Dynamic Text Labels all the time, whether it’s in a Dashboard report or chart title, and even to
Read MoreFebruary 9, 2016
In this tutorial we're going to reformat Excel reports with Power Query. Why? Because external systems can create some pretty
Read MoreFebruary 1, 2016
When you know what Power Query is capable of you’ll want to get your hands on it immediately. It’s available
Read MoreJanuary 27, 2016
There are 3 ways you can transpose data in Excel (not including VBA). Download the workbook and follow along Enter
Read MoreJanuary 20, 2016
Excel Multi-cell array formulas are a single formula which returns multiple values and is entered into multiple cells. Hence ‘multi’
Read MoreJanuary 12, 2016
You'll typically find the ROW(S) or COLUMN(S) functions nested inside other functions because they make formulas more efficient to write.
Read MoreDecember 15, 2015
Slicers are a great tool for incorporating interactivity into your reports but we don’t always want to analyse our data
Read MoreDecember 8, 2015
In an ideal world our data will be in one table so we can easily analyse it in a PivotTable
Read MoreDecember 4, 2015
If VBA can’t execute a statement (command) then a run-time error occurs. By default Excel deals with these, so when
Read MoreNovember 24, 2015
Around this time last Year I created an Advent Calendar in Excel: To Count Up or To Count Down? Now,
Read MoreNovember 17, 2015
Updated 16 May 2023 Note: This does not apply to Power Pivot aka Data Model PivotTables. When you create a
Read MoreNovember 10, 2015
I bet there's been the odd time you've said to yourself "wouldn't it be nice if Excel had..." Or maybe
Read MoreNovember 6, 2015
In a previous post I looked at using the FileSystemObject to search through folders on your computer's disk and create
Read MoreOctober 27, 2015
Unfortunately there’s no built in way to calculate the median in a PivotTable. The approach is different depending on whether
Read MoreOctober 20, 2015
A recurring task in my previous life as an accountant was to analyse actual vs budget figures. However the figures
Read MoreOctober 13, 2015
That’s a rubbish title, I know. I couldn’t think of a succinct way to describe what I’m about to show
Read MoreOctober 6, 2015
The AGGREGATE Function is the Swiss Army Knife of functions; it’s so versatile it can replace these 19 Excel functions
Read MoreOctober 1, 2015
If you want to save data from one Excel session to another, you can store this in the Windows registry.
Read MoreSeptember 25, 2015
If you are using data validation (and you should) to help you with your data entry, then you might find
Read MoreSeptember 15, 2015
With Office 2016 officially launching on September 22, 2015 I thought I’d give you a sneak peek at a few
Read MoreSeptember 11, 2015
“Funny” days versus funny “Days” Guest post by Roger Govier, Microsoft Excel MVP Do you ever have “Funny” days? You
Read MoreSeptember 4, 2015
If you've been following the previous posts in this series you'll know that by now we have a user form
Read MoreAugust 25, 2015
Excel’s Flash Fill tool is so cool that you’ll be looking for reasons to use it! Introduced in Excel 2013
Read MoreAugust 21, 2015
Carrying on with the Excel form I created in an earlier post, I’m adding code to allow us to insert
Read MoreAugust 11, 2015
The Excel Fill Series tool is like having a bundle of tricks at your fingertips. It can help with one
Read MoreAugust 4, 2015
Have you ever wanted to only copy or paste visible cells? For example, below I have a table containing outstanding
Read More