January 27, 2016
Transpose Data in Excel
There are 3 ways you can transpose data in Excel (not including VBA). Download the workbook and follow along Enter
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 MoreJuly 28, 2015
A while back I wrote about how to create Excel PivotTable Calculated Items using the conventional approach of referencing the
Read MoreJuly 23, 2015
Put some spark in your chart! Excel Sparklines were introduced in Excel 2010 and are great for displaying the trend
Read MoreJuly 9, 2015
When creating Excel userforms it seems like a good idea to check the data going into the form before adding
Read MoreJuly 9, 2015
In my previous post about Excel forms the date picker I used was a 32 bit ActiveX control. If mentioning
Read MoreJuly 2, 2015
Excel forms, or Userforms, can be used to collect information from a user, validate it, then enter that data into
Read MoreJune 23, 2015
An Excel Named Range is a powerful tool and something we should all be using to make our formulas quick
Read MoreJune 17, 2015
I want to be clear that when I say apps for Office in Excel, what I am talking about are
Read More