MATCH Function
There are 3 separate match modes (set by thematch_typeargument), as described below. Note: the MATCH function will always return the first match. If you should probably return the last match (reverse search) see theXMATCH function. If you want to return all matches, see theFILTER function. MATCH only supports one-dimensionalarraysorranges, either vertical or horizontal. you might evenuse MATCH twice in a single formulato find a matching row and column at the same time....