Function MATCH
Returns the position of the given value in the list
Usage
MATCH(list, value)
Parameters
| list |
(Required) The list to search in |
| value |
(Required) The value to search for |
Examples
More information
The [ and ] mark the beginning and end of a list.
Unlike the Excel version of this function, the value must match exactly.