I would like to use this code :
function onEdit(e) {
if(e.range.rowStart === 1 && e.range.columnStart === 1) {
e.range.offset(0,1).clearContent();
}
}
but only on a tab called 'Inventory'.
Could you kindly help?
I would like to use this code :
function onEdit(e) {
if(e.range.rowStart === 1 && e.range.columnStart === 1) {
e.range.offset(0,1).clearContent();
}
}
but only on a tab called 'Inventory'.
Could you kindly help?