In this video we look at how to configure VLOOKUP to look up values based on an approximate match. This is good for tax rates, postage, commissions, and the like.Read more
In this video learn how to use VLOOKUP to build a simple form to extract employee information from a table in about three minutes. VLOOKUP is a key Excel function.Read more
In this video we look at how to replace a typical nested IF formula with a VLOOKUP formula. Compared to nested IF statements VLOOKUP is simpler, more transparent, and easier to adjust later. Read more
In this video we'll look at how to use the MATCH function to find approximate matches. This is useful for things like calculating commissions, tax rates, and postage based on weight...Read more
In this video we'll use MATCH to find the position of an item in a table and the INDEX function to retrieve the value at that position in a two-way lookup...Read more
In this video we'll look at how to create a dynamic named range with a Table. This is the simplest way to create a dynamic named range in Excel...Read more
In this video we'll introduce the idea of a dynamic range and show you why you might want to use one. Spoiler: they adjust formulas automatically when data changes...Read more
In this video we'll look at how to create a dynamic named range using the OFFSET function; the most common way to create a dynamic named range with a formula...Read more
In this video we'll look at how to create a dynamic named range with the INDEX function. INDEX is a non-volatile function, so it won't recalculate whenever a change is made to a worksheet...Read more
In this video we'll look at how to use the AVERAGEIFS function to calculate an average from numbers that meet multiple criteria in a set of data.
...Read more
In this video, we'll look at how to use the AVERAGEIF function to calculate an average from numbers that meet a single criteria in a set of data.
...Read more
In this video I'll show you how to create a formula that uses multiple, nested IF statements. This is a common technique to handle multiple conditions in a single formula...Read more