column 'Status' column 'date' row 'List from Range' 12-08-20014 row 'Data Validation' -----------
range {'With client', 'With Me', 'Completed'}
ok, if you open your script editor and add the code below, replace the BOLD TERMS with the appropriate values. onEdit () should not have a trigger, since it is a "special" function if you do not share the sheet and do not need to run it with developer privileges.
onEdit() { var sheet = e.source.getActiveSheet(); var col = activecell.getColumn();
Niccolo
source share