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.
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.
XLOOKUP supports approximate and exact matching, wildcards (* ?)