
March 10, 2022
Top 10 Intermediate Excel Functions
Most Excel users know the basic functions like SUM, COUNT, AVERAGE etc. Therefore, in this tutorial I’m going to cover
Read MoreMarch 10, 2022
Most Excel users know the basic functions like SUM, COUNT, AVERAGE etc. Therefore, in this tutorial I’m going to cover
Read MoreJanuary 6, 2022
I know you’re probably thinking that everyone knows how to use the SUM function, but I’m willing to bet that
Read MoreOctober 21, 2021
If you’ve worked with dynamic array formulas*, you’ll have noticed that they’re able to spill the results to multiple cells.
Read MoreMarch 4, 2021
The new Excel LAMBDA function that we looked at last week also enables us to write custom recursive LAMBDA functions.
Read MoreFebruary 25, 2021
The new Excel LAMBDA function allows you to define your own custom functions using Excel’s familiar formula language. That means
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 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 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 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 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 3, 2019
The Excel XOR function, or ‘exclusive OR’ as it’s known in the programming world, performs a test on an array,
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 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 MoreJuly 24, 2019
If we want to find whether or not a character or string occurs within another string we can use FIND
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 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 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 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 6, 2018
If you’re familiar with array formulas, then the simplicity of Excel Dynamic Arrays will be a breath of fresh air.
Read MoreAugust 31, 2018
The SUBSTITUTE function allows you to change text in a string, or a range of strings, but there is more
Read MoreJuly 19, 2018
It’s often difficult enough to figure out the correct Excel functions to use, but it’s significantly harder if you also
Read MoreApril 4, 2018
Excel Named Ranges is a vast topic that includes some simple techniques that we all can and should use to
Read MoreMarch 22, 2018
The Excel ADDRESS Function returns a cell address for specified row and column coordinates. Optional arguments allow you to specify
Read More