This is one of the most powerful formulas that you can use when you find values in an Excel table. Certainly, you haven't heard about it because it was released in 2016. As you have probably read in my previous post about HLOOKUP and VLOOKUP. Otherwise, please check this post first and come back here.
IN SHORT:
- HLOOKUP will be used when you have a horizontal reference table,
- VLOOKUP when you have a vertical reference table.
- XLOOKUP will be used in any case.
EXAMPLE
Suppose that you have a table as in the top of this post and you are looking for the values for John. John's age is 17 and height is 199 cm. And if you have a table of 1000 people. It will be really tough to find the exact value in a short time.
Now, you need this formula:
=xlookup(A4, A2:A5, B2:C5)
Here is what each argument means:
- The first argument(A4) is the cell name of "John".
- The second argument is the area that "John" belongs to.
- The last argument is the output area that contains the age and height value.
The final value after you press the Enter button will be 17, 199
This is a really easy and simple formula everyone should know as an accountant, a paralegal, or a secretary. My post will cover the information that can be used for your daily jobs and make your daily tasks much more efficient.
Even though we have AI to make our jobs easier, we need to understand the structure and flow of the job process. I have seen many students who just use the formulas as a template and don't understand the structure of it. Please take the time to learn the basic structure behind each formula and think creatively about how to apply it.
I will try my best to help you and make our lives meaningful. I hope you'll visit my blog once a week to learn something new.
Have a great day!
* The top image is a screenshot of an Excel file.
Comments
Post a Comment