Search Active Sheet Google apps script lesson Search Active Sheet to find matching text results
Apps Script – Search Active Sheet to find matching text results of cells Use of the createTextFinder method to search a sheet object and return back the matching results. To get the first value use the method findNext() in the results which is an iterator. To convert all the matching results into an array object … Read more