GAS Function to search a value in a Multidimensional Array

A JavaScript function, specially meant for Google Apps Script or GAS, to get the vertical (column-wise) lookup value from a multi-dimensional array. It takes the parameters such as "searchValue" which is the value to search for the lookup. And the other parameters and return value are explained in the function below itself in JSDoc format.


Post a Comment