Explanation
This formula is based on theXLOOKUP function.
XLOOKUP supports approximate and exact matching, wildcards (* ?)
you could use INDEX to retrieve individual values, or entire rows and columns.
MATCH supports approximate and exact matching, andwildcards(* ?)
Often, MATCH is combined with the…