This feature can be used tonestone XLOOKUP inside another to perform a two-way lookup.
The inner XLOOKUP returns a result to the outer XLOOKUP, which returns a final result.
Note: XLOOKUP performs an exact match by default, so match mode is not set.
Frantz appears in the fifth row, so XLOOKUP returns the fifth row ofdata(C5:E13).
Without named ranges
The named ranges used in this example are for readability only.
However, the XLOOKUP version shows off the power and flexibility of XLOOKUP.
XLOOKUP supports approximate and exact matching, wildcards (* ?)
you’ve got the option to use INDEX to retrieve individual values, or entire rows and columns.
MATCH supports approximate and exact matching, andwildcards(* ?)
Often, MATCH is combined with the…