Hi, I have some cells containing formulas that I don’t want users to modify. I’ve locked the cells and protected the sheet, which prevents editing. However, users can still delete the values in those cells. Is there a wa…...get(0); // first sheet var range = sheet.getRange("B2:D10");...in the range for (var r = range.getFirstRow(); r <= range.getLastRow();...