Skip to playerSkip to main contentSkip to footer
  • 6/2/2025
Discover how do I return multiple arrays in Xlookup?

XLOOKUP is a powerful function in Excel that enables users to search for a specific value and retrieve data from a corresponding column or row. While XLOOKUP is a versatile tool that can handle various lookup scenarios, users may face situations where they need to retrieve multiple arrays of data from a single lookup value. In such cases, it can be challenging to find a solution that works efficiently. In this article, we will explore the options available for returning multiple arrays in XLOOKUP and provide step-by-step instructions on how to achieve this task.

Data In Horizontal Format
=XLOOKUP($A$2,$A$5:$A$43,$B$5:$E$43)

Data In Vertical Format
=TRANSPOSE(XLOOKUP($A$2,$A$5:$A$43,$B$5:$E$43))


Recommended Video
How to use DGET function in Excel with example - Excel Tips and Tricks
https://youtube.com/shorts/KI8rk74pjWI?feature=share

VLOOKUP function with curly brackets in Excel | How do I do a VLOOKUP with multiple columns at the same time? - Excel Tips and Tricks
https://youtube.com/shorts/Dlg9AlGQxfU?feature=share

How do I return multiple arrays in Xlookup? - Excel Tips and Tricks
https://youtube.com/shorts/wPI47HIGQ-Q?feature=share


xlookup formula in excel with example,xlookup not available in excel,how to use xlookup in excel with two sheetsxlookup vs vlookup,xlookup return array,xlookup multiple criteria,
excel vlookup function table array
what is table array in vlookup,what is table array in vlookup function,what is the meaning of table array in vlookup,how to create table array in excel for vlookup,excel table lookup functions,define a table in excel for vlookup,
Transcript
00:00We can create a lookup table like this using a simple xlookup function.
00:04In the past two videos, I've demonstrated how to do the same lookup table using dget
00:08and vlookup.
00:10The links to these two videos are in the description.
00:13First I'll go ahead and create a pulldown menu for UUID.
00:16This step is not necessary but I'm adventurous.
00:18The steps to creating this pulldown menu is in the screen.
00:21This is how I use the xlookup, equal xlookup, open parenthesis, UUID, press F4 to make it
00:29fixed, comma, the UUID from the database table, and then press F4 to make it absolute reference.
00:36And after that, the third argument will be the remaining, starting from column B of your
00:40database table and F4 to make it into absolutes, cross parenthesis, and you can see the data
00:45is available for you.
00:46If you have a vertical table, you can use the same formula.
00:49However, you need to nest the xlookup function inside a transpose function.

Recommended