onEdit event applicable to only one sheet
问题 I'm pretty new to coding. I can get this script to work across all sheets in the document however can't get it to work on just 1 of the sheets. I have looked at similar questions and answers but can't get them to apply to this script :( I have tried to add in if(sheet.getName() == "Delivery Tracking") but then the script won't work at all. function onEdit(event) { var ss = event.source.getActiveSheet(); var r = event.source.getActiveRange(); if(r.getColumn() == 9){ //To check if update cell