Explanation
In this example, criteria are entered in the range F5:H6.
MATCH is configured “backwards”, withlookup_valuescoming from the data, and criteria used for thelookup_array.
For example, the first condition is that items must be either a Tshirt or Hoodie.
Notice numbers correspond to items that are either Tshirt or Hoodie.
The output from FILTER is dynamic.
If source data or criteria change, FILTER will return a new set of results.
MATCH supports approximate and exact matching, andwildcards(* ?)
Often, MATCH is combined with the…