I'm trying to clear two seperate ranges with the click of a button but can't figure out how to combine the ranges together
I use this for one range and the other range I need to combine is 'E15:J18'
function ClearCells() {
var sheet = SpreadsheetApp.getActive().getSheetByName('OOTW');
sheet.getRange('E7:J12').clearContent();}`