Locked lesson.
About this lesson
In this lesson, we learn the basic uses of XLOOKUP by building your own invoice template.
Quick reference
XLOOKUP Function
Learn the basic uses of XLOOKUP, available only in Microsoft 365.
When to use
This new function was created to replace the VLOOKUP and INDEX & MATCH as it combines the best of both and adds an extra kick to the mix.
It is used to lookup a value in one dataset to find a similar value in another set and return a related value.
Instructions
- XLOOKUP(lookup value, lookup array, return array, [if not found], [match mode], [search mode])
- XLOOKUP(What, where, what to return, [special message], [exact or approximate], [search mode])
- [ ] means the argument is optional, remember the default match mode is EXACT
- The lookup array and the return array is split where the VLOOKUP has it in one table – this frees the XLOOKUP to find a value left or right of the lookup array
- Note the use of $$ to make copying the formula more effective
Lesson notes are only available for subscribers.