javascript - Custom trigger in google spreadsheet -


I have a script that exports data to other spreadsheets, which want to create custom triggers based on specific cell value (Whenever we change the value in a specific cell, it triggers the script. I do not need to trigger when triggered for the value of any particular cell change. On specializing on editing / timing or presenting , Open / on I do not need it very well

I did not get it very well, but I think that Edit the column:

Edit on function (e) {if (e.range.getColumn () == 5 & amp; amp; e.range.getRow () == 2 } {ScriptApp.newTrigger ('MyOnEdit'). Spreadsheet (SSKE) .onEdit () .create ();}}

or if it is a specific value:

< Edit (e.range.getValue () == "this value") {ScriptApp.newTrigger ('myOnEdit') for the spreadsheet (ssKey) .onEdit () .create ();}}

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -