Is there a way to edit cell A1 with a hyperlink. For example
https://docs.google.com/spreadsheets/d/sheet/edit#gid=sheet&range=a1&value="change the value of this cell"
If not is there a way to access GET URL information in google app scripts to pass parameters. The answer might simply be no for the year 2020.
Example
https://docs.google.com/spreadsheets/d/sheet/edit#gid=sheet&range=a1&value="1"
https://docs.google.com/spreadsheets/d/sheet/edit#gid=sheet&range=a1&value="2"
If you click the first link it changes the value of A1 to 1 and if you click the second link it changes the value of A1 to 2.