I have a static site with a form which I am hosting on netlify . Using the netlify to sheets zap , when the form is submitted on the site, the data shows up as a row in my sheet, as expected.
After the insert which adds the last row. I want to do some apps script post processing, I'm triggering this using the onchange event. Before I do the post processing I want to fill in a couple of blank cells which are not submitted by the form, such as a date field and a TOTAL field. which takes the price cell to the left of it and adds 1500.
I originally thought of just using a formula:
=(cell on left)+1500
and copying this down the row. The problem is that this would mess up my ability to get the last submitted row.
I need it to look like:
before I start additional processing.
Is there another approach to doing calculations within a specific row?



onChangetrigger actually trigger on row insert by a thing that is not human? Test and see. - TheMaster