
May 8, 2020
Charting Real Time Data in Excel
I've previously written about getting real time data (RTD) into Excel using Python. In this post I'm going to chart
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 16, 2020
The Excel LET function* enables you to declare variables and intermediate calculations inside of a formula. It’s like the DAX
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 MoreFebruary 13, 2020
We can use a data validation list or a Slicer to lookup pictures in Excel. This ability to lookup pictures
Read MoreFebruary 6, 2020
One of the cool features in Power BI is the ability to cross highlight from one chart to another by
Read MoreJanuary 28, 2020
I was recently asked to provide the ability to search a list of records (like a table) using a user
Read MoreJanuary 23, 2020
With Excel formulas we can easily list the first Monday date in each month, or the last Sunday, or whatever
Read MoreJanuary 11, 2020
If you need to plot data that has one variable where values can be the same or very similar, for
Read MoreJanuary 8, 2020
Oh, how I wish I’d had the fortune of the new Excel XLOOKUP function back in my accounting days. The
Read MoreDecember 11, 2019
Excel Hash is an Excel competition dreamed up by fellow Excel MVP, Oz du Soleil. It’s based on the popular
Read MoreDecember 3, 2019
The Excel XOR function, or ‘exclusive OR’ as it’s known in the programming world, performs a test on an array,
Read MoreNovember 28, 2019
A few weeks ago, Matt asked if we could extract start and end dates with Power Query. He has a
Read MoreNovember 19, 2019
Reduce clutter in busy line charts by plotting your data in small multiple charts, or panel charts as they’re sometimes
Read MoreNovember 12, 2019
Labeling charts is useful if the reader needs to know the exact value for each point. We can position labels
Read MoreNovember 6, 2019
Often, you’ll find Actual vs Target charts based on categorical data in the form of a column chart, however they’re
Read MoreOctober 30, 2019
One thing I often found frustrating with VBA is the lack of any easy way to see the values in
Read MoreOctober 22, 2019
Comparing two lists is easily done with Power Query, but maybe you prefer to use a formula to extract values
Read MoreOctober 15, 2019
Creating a reducing Data Validation list is easy with the new dynamic array formulas. Let’s say we have a list
Read MoreOctober 9, 2019
Typically if you need to lookup a value from a table you'd employ VLOOKUP or INDEX/MATCH. However if your data
Read MoreSeptember 24, 2019
Dates and times are stored in Excel as decimals known as serial numbers. The date is represented by the whole
Read MoreSeptember 19, 2019
Excel Data Tables are one of the What-if Analysis tools that we have available to aid our decision making. They
Read More