3

I'd like to add buttons on a set of rows in a spreadsheet, and each of those buttons will call a function using that row's values.

Is this possible with Google Apps Script/Spreadsheets?

john2x
  • 20,106
  • 16
  • 51
  • 93

1 Answers1

2

Now neither Google Spreadsheets nor GAS support controls in cells. There is a similar question here and a possible workaround for this issue.

Community
  • 1
  • 1
megabyte1024
  • 8,234
  • 4
  • 29
  • 44