Google Spreadsheet: run script on cell value change
问题 In a spreadsheet I have two sheets, * and Calculator . When I change the value on "*"!B1 ( i.e. cell B1 of sheet *), I want to run the script: to change (actually clear) the value of "Calculator"!B3 ( i.e. cell B3 of sheet "Calculator" ). Here's my code. I created it through Spreadsheet > Tools > Script editor, so it's not an standalone: The difference between Version 1 and 2 is that in Version 1 the first function is run and the second is missed (vice versa in Version 2), plus one thing I'll