December 7, 2016
Excel Heat Maps
Excel Heat maps can speed up interpretation of data and focus the reader’s attention to problem or key areas. And
Read MoreDecember 7, 2016
Excel Heat maps can speed up interpretation of data and focus the reader’s attention to problem or key areas. And
Read MoreDecember 1, 2016
Slopegraphs were first introduced by Edward Tufte in his book, The visual Display of Quantitative Information (1983) where he referred
Read MoreNovember 25, 2016
We often get asked if we can count colored cells on a worksheet, and yes you can. You could count
Read MoreNovember 17, 2016
Last week I received the following question from André: “I need a formula that will count how many values in
Read MoreNovember 11, 2016
In a previous post I discussed storing your UDF's in PERSONAL.XLSB so that you could use them in any workbook.
Read MoreOctober 27, 2016
You've created your own PERSONAL.XLSB and want to use it to store VBA that you are going to use all
Read MoreOctober 18, 2016
This tutorial is applicable to Excel 2019 onward and with a Microsoft 365 license. In Excel 2019 there are a
Read MoreOctober 18, 2016
This tutorial is applicable to Excel 2019 onward. New in Excel 2019 is the SWITCH function. It looks up a
Read MoreOctober 14, 2016
A couple of days ago I sent out a survey about the name of an argument in one of the
Read MoreOctober 7, 2016
In Excel 2007, Microsoft thought it would be a good idea to increase the number of times you can nest
Read MoreSeptember 28, 2016
Using Excel Styles in your workbooks can not only make formatting them quicker and easier, but also result in more
Read MoreSeptember 21, 2016
My last post looked at creating a simple user defined function (UDF). This post looks at a little more advanced
Read MoreSeptember 15, 2016
Any user of Excel will have used its functions. From the humble SUM to VLOOKUP, INDEX and MATCH, OFFSET and
Read MoreSeptember 7, 2016
The Excel PivotTable Show Values As menu has a load of handy instant calculations you can use. For example you
Read MoreSeptember 1, 2016
There are a few ways to approach a running total formula, but Excel Tables require something special, or you're likely
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 More