Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

How to check if a Google Sheets cell contains any of the values of a multi-dimensional array?

$
0
0

I have an multi-dimensional array in the following form:

var name = [  ["John", "1"],  ["Jane", "2"],  ["Mork", "3"],  ["Mindy", "4"],];

How to check if a Google Sheets cell contains any of the names in this array and tells me what name it matched or the second value in the array (two separate formulas)?


Viewing all articles
Browse latest Browse all 9782

Trending Articles