function sortResponses() { var Sheets = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Fall 01") sheet.sort(3, false); }
I have