May 24, 2017
Power Query Updates
The monthly update cycle for Excel’s Power Query sure keeps us on our toes. Power Query Updates for Excel 2010
Read MoreMay 24, 2017
The monthly update cycle for Excel’s Power Query sure keeps us on our toes. Power Query Updates for Excel 2010
Read MoreMay 17, 2017
Excel Themes are a bundle of default colors, font styles and Shape effects. There are lots of built in Excel
Read MoreMay 12, 2017
After my last post on debugging VBA I received a few comments with other tips or commands people use for
Read MoreMay 4, 2017
When you write VBA, or any programming language, you are going to encounter errors in it, or should we call
Read MoreApril 26, 2017
Power Query* can easily take a column of dates and extract, or convert it into various handy date formats with
Read MoreApril 20, 2017
Inserting, copying, moving, or cutting and pasting rows and columns is something we do every day in Excel. And there
Read MoreApril 14, 2017
In Excel we often need to work with lists. List of numbers, letters, dates, countries, products, you get the idea.
Read MoreApril 3, 2017
With the integration of Power Pivot into Excel 2013 (known as the Data Model), we now have access to a
Read MoreMarch 22, 2017
New in Excel 2019* is the TEXTJOIN Function. It's the grown-up sibling of CONCATENATE. Both TEXTJOIN and CONCATENATE join text
Read MoreMarch 16, 2017
New in Excel 2016 (for Office 365 subscription users only*) are Map Charts. *If you have Office 365 and can’t
Read MoreMarch 10, 2017
If you are working with strings (a sequence of letters, numbers or other characters) in VBA then you are going
Read MoreMarch 1, 2017
Power Query’s Unpivot tool allows us to fix one of the most common mistakes (many) Excel users make when capturing
Read MoreFebruary 22, 2017
In this tutorial we’re going to look at how we can use Excel Conditional Formatting to highlight rows in a
Read MoreFebruary 17, 2017
I’ve put together this Excel custom number format guide as a resource for our members. There are loads of ways
Read MoreFebruary 9, 2017
Using Excel Conditional Formatting to highlight matches is easy when you team it up with a data validation list like
Read MoreJanuary 31, 2017
This post is going to look at how to return an array from a udf. My last post looked at
Read MoreJanuary 24, 2017
I've previously written a UDF to count colored cells and then perform various maths functions on the values in those
Read MoreJanuary 17, 2017
By Harold Graycar XL Numerics Developer of Excel for Customer Service Professionals The previous post on this topic included a
Read MoreJanuary 12, 2017
By Harold Graycar XL Numerics Developer of Excel for Customer Service Professionals When dealing with large tables containing ‘buckets’ of
Read MoreJanuary 5, 2017
One of the nice features of Excel Tables is the banded row formatting, which makes it easier to read and
Read MoreDecember 29, 2016
An awesome new feature available in Office 365 are Icons. You’ll find Excel Icons in the Insert tab of the
Read MoreDecember 15, 2016
Survey data can be tricky to display in a chart so in this post I’m going to give you some
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 More