Explanation
TheFILTER functioncan filter data using a logical expression provided as theincludeargument.
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…