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)?