August 25, 2016
Clear Downstream Dependent Data Validation Lists
Following on from Mynda's post last week on Dependent Data Validation, I've written a little VBA that enhances the functionality.
Read MoreAugust 25, 2016
Following on from Mynda's post last week on Dependent Data Validation, I've written a little VBA that enhances the functionality.
Read MoreAugust 16, 2016
I’ve written about how to create dependent data validation lists before here; Excel Data Validation with dependent lists, and here;
Read MoreAugust 11, 2016
Slicers are a great tool for easily filtering PivotTables and Pivot Charts, but what if you want to use a
Read MoreAugust 3, 2016
I was reading a health magazine last week and the chart below caught my eye. click image to enlarge (sorry
Read MoreJuly 28, 2016
After you’ve written some VBA, or created your own form, or you’ve found some useful code on the internet, you
Read MoreJuly 21, 2016
You have a workbook with lots of sheets and you want to do things like hide sheets, delete some sheets
Read MoreJuly 12, 2016
The Excel Clipboard is an extremely useful tool that’s very well hidden. Most of us are familiar with being able
Read MoreJuly 5, 2016
PivotTables are a great way to summarise your data, but PivotCharts can be a pain in the, um, neck. PivotChart
Read MoreJune 30, 2016
Prompted by a couple of questions on our Excel forum I thought I'd write about how to record a macro
Read MoreJune 22, 2016
If you use Excel PivotTables then you’re probably familiar with the need to consolidate data from multiple tables into a
Read MoreJune 15, 2016
In my previous blog post I created a progress bar using a userform. We can use this progress bar to
Read MoreJune 9, 2016
If your code runs for any noticeable amount of time, you might find that using some sort of visual feedback
Read MoreJune 1, 2016
Since VLOOKUP is one of the most popular Excel functions it makes sense that one of the first things you
Read MoreMay 25, 2016
One of the most common questions I get is, what’s the difference between Power Query and Power Pivot and when
Read MoreMay 18, 2016
For many people when they think of a chart that shows parts to a whole, a pie chart is the
Read MoreMay 10, 2016
Using interactive Excel charts in your dashboards and reports allows the user to pick and choose what they want to
Read MoreMay 3, 2016
At first glance the CHOOSE function isn’t very exciting and typically you have to team it up with other functions
Read MoreApril 27, 2016
If you want to maximise Excel on a single monitor you can just click on the maximize button That's ok
Read MoreApril 19, 2016
Excel MROUND function is perfect for rounding numbers to the nearest multiple. For example, last week Brenda said she was
Read MoreApril 11, 2016
In Excel 2007 Microsoft thought they’d get clever and impose nested row labels in our PivotTables: If you’re a PivotTable
Read MoreApril 11, 2016
If you put a field in the values area of a PivotTable and it defaults to COUNT as opposed to
Read MoreApril 6, 2016
Imagine that you are preparing data for a pivot table, and you want to make sure that all the cells
Read MoreMarch 29, 2016
A common task in Excel is to compare two lists to identify which items are duplicates, different or missing from
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 More