Get the value of a cell in a sheet

 var varSheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("NameOfSheet");
 var theVal = varSheet.getRange("A3").getValue();

Comments

Popular posts from this blog

Popup message box

Create a side bar