MATCH
Returns the index of a matched value
Last updated
Returns the index of a matched value
Last updated
MATCH(value
, column
, match first
)
Returns the index of a matched value.
Argument | Description |
| Value to search. |
| Column to search for |
| Optional, default |
Index of matched value. If no match, returns null
.