September 24, 2020
Quickly Create Running Totals in Power Query
A running total (or cumulative sum) is when you add the previous value to the next, basically you're summing values
Read MoreSeptember 24, 2020
A running total (or cumulative sum) is when you add the previous value to the next, basically you're summing values
Read MoreSeptember 17, 2020
Custom number format conditions allow you to specify a different format based on the size of a number. In this
Read MoreSeptember 3, 2020
If you're familiar with using Excel functions (and of course you should be) then you'll know that a function typically
Read MoreAugust 27, 2020
A new feature in the Excel mobile app (iPhone and Android) is the ability to take a photo of your
Read MoreAugust 20, 2020
I've previously described how to use a form to search for a distinct value, like a unique ID. This time
Read MoreAugust 13, 2020
Office 365/Microsoft 365 users can now import data from a PDF to Excel using Power Query*. It’s super handy for
Read MoreAugust 11, 2020
Reporting on plan v actual variances can be a very dry topic and often the audience for these reports are
Read MoreAugust 6, 2020
My previous post on using Power Query to access API's looked at API's that required either basic or no authorization.
Read MoreJuly 30, 2020
Creating an Excel PivotTable Profit and Loss statement is surprisingly easy. And because it’s a PivotTable you can team it
Read MoreJuly 23, 2020
An Application Programming Interface (API) allows a program to retrieve data from a system. A 'program' could be something written
Read MoreJuly 16, 2020
Navigating workbooks with lots of sheets can be tedious. In this tutorial I’m going to show you how to dynamically
Read MoreJuly 9, 2020
When you have data that spans a long period of time that you want to plot in a chart, the
Read MoreJuly 3, 2020
If you are going to use animation in your charts, you should do it to enhance the story your data
Read MoreJune 25, 2020
Using a formula to return a reference to a range of cells allows us to generate a reference on the
Read MoreJune 18, 2020
With the new Excel STOCKHISTORY function we can finally get historical price data for stocks, bonds, funds, crypto and foreign
Read MoreJune 11, 2020
The Excel INDEX function is a treasure trove of functionality, but most of us only know one way to use
Read MoreJune 4, 2020
Let's say we need to assign staff to work different shifts and no person can work both early and late
Read MoreMay 27, 2020
If you are using a filter on a 'regular' pivot table (one that isn't using source data from Power Pivot),
Read MoreMay 13, 2020
Excel Forms are super useful if you collate data manually, for example via email or PDF forms. Or even if
Read MoreMay 8, 2020
I've previously written about getting real time data (RTD) into Excel using Python. In this post I'm going to chart
Read MoreApril 30, 2020
Office 365 users now have access to the Visio for Excel free add-in enabling you to create Excel flow charts
Read MoreApril 20, 2020
Data validation lists will only let you choose one item from the list. But what if we have a situation
Read MoreApril 9, 2020
Creating this searchable drop down list in Excel is so easy I’m wondering why I never thought of it before.
Read MoreApril 2, 2020
In this post we’re going to look at how you can import multiple files containing multiple sheets with Power Query,
Read MoreMarch 25, 2020
Managing projects or tasks can be improved with a visual representation of progress and milestones. Thankfully, an Excel project management
Read MoreMarch 18, 2020
I've written about using calendars/date pickers in userforms before but this one is particularly easy and flexible to use, even
Read MoreMarch 11, 2020
Here's the scenario: I want to send different pages of my pivot table report to different email recipients. I can
Read MoreMarch 5, 2020
This post contains 20 Excel keyboard shortcuts used by Excel pros. I’m not talking about CTRL+Z, and the like, these
Read MoreFebruary 26, 2020
If you use a scatter plot for a dataset that has discrete values in one dimension, for example your x-axis
Read MoreFebruary 20, 2020
When you plot multiple series in a chart the labels can end up overlapping other data. A solution to this
Read More