MATCH

Returns the index of a matched value

MATCH(value, column, match first)

Returns the index of a matched value.

Arguments

Output

Index of matched value. If no match, returns null.

Example

Last updated