
September 12, 2019
Excel CONCAT Function
The Excel CONCAT function, new in Excel 2019, replaces the legacy CONCATENATE function*. It’s a simple function that joins the
Read MoreSeptember 12, 2019
The Excel CONCAT function, new in Excel 2019, replaces the legacy CONCATENATE function*. It’s a simple function that joins the
Read MoreSeptember 6, 2019
Following on from my Introduction to PowerApps and Excel, this post looks at some customizations we can do to our
Read MoreAugust 30, 2019
What are PowerApps? Microsoft describe PowerApps as a suite of apps, services, connectors and data platform that provides a rapid
Read MoreAugust 22, 2019
Charting survey data can be tricky, and when you want a segmented survey data chart it adds another layer of
Read MoreAugust 14, 2019
Year on year charts or data over time is one of the most common data visualisations you’ll see. However, the
Read MoreAugust 8, 2019
In this post I’m going to show you a way to create an Excel bar chart with a vertical line.
Read MoreAugust 1, 2019
To start with let's understand that I'm talking about the 'old' style comments like the one on the left. In
Read MoreJuly 24, 2019
If we want to find whether or not a character or string occurs within another string we can use FIND
Read MoreJuly 16, 2019
The Excel PivotTable field list automatically appears in the task pane on the right-hand side of the Excel window when
Read MoreJuly 9, 2019
Unlike Excel, referencing the next row in Power Query, or even the previous row, is not as simple as we
Read MoreJuly 2, 2019
If you are working with several variables that relate to one thing, for example you are working with employee data,
Read MoreJune 25, 2019
There are many Excel Calendar templates available and if you look at them closely, you’ll see they have some mind-boggling
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 More