I want to start with being able to enter in cell A1
a name. Then that name appear into a document.
I would simply like to run a test so far where I end up with
e.range.setNote("Edited by: " + name);
Every time I run that tesI i get back "undefined" or "Range" never a name.
I know I'm bound to sheets and I am guessing I need the trigger to be onEdit or onChange
The data for final project is being added after form data is gathered on same sheet and on same rows. If that has anything to do with it.