Description Usage Arguments Value Examples
It acts similiarly to Excel's MATCH function. It matches the value in the array.
1 | MATCH(lookup_value, lookup_array)
|
lookup_value |
what value to lookup |
lookup_array |
Where should it lookup the value |
This example gives us the first index of an array where Species is virginica. Function will always return numeric.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.