June 3, 2019
Excel Freeze Panes vs Split Panes
One of my bugbears is opening an Excel workbook that has Split Panes set when it should have Freeze Panes
Read MoreJune 3, 2019
One of my bugbears is opening an Excel workbook that has Split Panes set when it should have Freeze Panes
Read MoreMay 30, 2019
I've written about web scraping before using VBA, but never about interacting with the website to do things like filling
Read MoreMay 21, 2019
Previously we looked at scraping data from the web by example, where the website paginated the data. That is, it
Read MoreMay 14, 2019
Getting data from the web is possible with Power Query in both Excel and Power BI. However, Excel is a
Read MoreMay 6, 2019
If you work with PivotTables, then you’ve probably found that you can’t include grand totals in Pivot Charts, or subtotals
Read MoreMay 3, 2019
One of our most popular blog posts is Excel IF AND OR Functions Explained which has over 800 comments at
Read MoreApril 26, 2019
Sometimes we get requests to provide a VBA solution to a problem. But when we look at the problem, VBA
Read MoreApril 16, 2019
A while ago I wrote about to how perform the equivalent of an Excel exact match VLOOKUP formula with Power
Read MoreApril 10, 2019
If you've worked with merged cells you may know that they can cause issues with things like copying and pasting,
Read MoreApril 4, 2019
Normally variables cease to exist once your Sub or Function has finished executing. Static variables allow you to preserve a
Read MoreMarch 28, 2019
The ability to get data from the web with Power Query is super handy and Power Query’s user-friendly GUI makes
Read MoreMarch 14, 2019
The GETPIVOTDATA function divides Excel users. You either love it or hate it, but there are good reasons for learning
Read MoreMarch 7, 2019
Occasionally you may want to show values as percentage of another PivotTable column total. For example, below we want to
Read MoreMarch 1, 2019
If you need Excel to run some VBA at a specific time, or repeatedly at set intervals, you can use
Read MoreFebruary 22, 2019
RegEx stands for regular expression and is a sequence of characters that defines a pattern that can be used to
Read MoreFebruary 12, 2019
With disconnected tables in Power Pivot* we can change PivotChart aggregation methods using Excel Slicers. It allows us to create
Read MoreJanuary 30, 2019
Creating an Excel five star rating chart is easy with Conditional Formatting. They’re not limited to stars, you can also
Read MoreJanuary 24, 2019
Numbering items within grouped data is easy with an Excel COUNTIF formula, but numbering grouped data in Power Query requires
Read MoreJanuary 15, 2019
The VBA Like operator allows you to compare strings against a pattern. You can search a string to check if
Read MoreJanuary 8, 2019
I really wanted the title of this post to be “Excel Sorted Dynamic Unique List Ignoring Blanks and Errors”, but
Read MoreDecember 13, 2018
We've had a few forum questions recently asking how to play audio files in Excel. Normally I'd just use my
Read MoreDecember 6, 2018
If you’re familiar with array formulas, then the simplicity of Excel Dynamic Arrays will be a breath of fresh air.
Read MoreNovember 30, 2018
You might want to save your charts as images that can then be used in other applications, like email or
Read MoreNovember 22, 2018
Mynda wrote a post about line charts vs dot plots where one of the steps in setting up the dot
Read MoreNovember 15, 2018
The options in the Pivot Chart library are limited, which you’ll know if you’ve ever tried to create a Scatter
Read MoreNovember 8, 2018
Ok, that title is a lie. There’s no such thing as an Excel Scatter Pivot Chart. It’s like mixing water
Read MoreNovember 1, 2018
A common chart mistake is to use a line chart for the wrong type of data. An example of that
Read MoreOctober 24, 2018
My last post looked at web scraping using VBA, where I loaded a single page and extracted content. In this
Read MoreOctober 17, 2018
We can use VBA to retrieve webpages and comb through those pages for data we want. This is known as
Read MoreOctober 11, 2018
There are a couple of ways you can hide blanks in Excel PivotTables. To be clear, the ‘blanks’ I’m referring
Read More