Explanation

XLOOKUP function

TheXLOOKUP functionis a modern upgrade to the VLOOKUP function.

To start off, we providelookup_value.

Here, because we want all three columns of data, we use another small trick.

Excel formula: XLOOKUP wildcard match example

After TRANSPOSE runs, we have an array like this:

The semicolons (;) indicate avertical array.

The array lands in cell G6, and the valuesspillvertically into the range G6:G8.

you could find an example of FILTER with a “text contains” pop in matchhere.

Excel formula: XLOOKUP match text contains

XLOOKUP supports approximate and exact matching, wildcards (* ?)

Excel formula: XLOOKUP case-sensitive

Excel formula: VLOOKUP case-sensitive

Excel XLOOKUP function

Excel VLOOKUP function

Excel TRANSPOSE function

Article image

Article image

Article image