Get Sheet By Name
Its very simple just get the sheet by name, the syntax is as follows as per the documentation.
var sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Expenses");
Use get sheet by name on the spreadsheet:
var sheet = SpreadsheetApp.getActive().getSheetByName('Local')