Replace 25+ Nested IFs with a Single Lookup Function

preview_player
Показать описание

This short video shows how to replace nested IF functions with a single lookup function.
Specifically:
- Drop down with 25+ categories
- The selected category determines fee percentage
- Fee percentage is applied to price
- Approach: nested IF functions
- Approach: IFS function
- Approach: SWITCH
- Approach: lookup table
- Approach: XLOOKUP

Chapters in this video:
00:00 - Introduction
00:21 - Exercise 1
03:38 - click-start
03:42 - Exercise 2
04:22 - Exercise 3

Also, check out these videos with time saving Excel Hacks:

Рекомендации по теме
Комментарии
Автор

I like it when formulas are shorter and less complicated. thanks Paul

PaulEBrownbill
Автор

Super! How excel is easy with you! Thumbs up 👍

khalil
Автор

Nice work Jeff. Even easier to write the formula when you name the ranges. CategoryRng and RateRng and the Price cell as PriceVal. turns into: =XLOOKUP(D2, CategoryRng, RateRng)*PriceVal

markperrah