Adding Buttons To Google Sheets and Set value to Cells on clicking

前端 未结 3 1120
陌清茗
陌清茗 2020-11-29 08:50

I am new to Google Script.

I have a Google Sheet with 5 columns, on each column I need a button (with text 1,2,3,4,5).

And on each button clic

3条回答
  •  庸人自扰
    2020-11-29 09:24

    You can insert an image that looks like a button. Then attach a script to the image.

    • INSERT menu
    • Image

    Insert Image

    You can insert any image. The image can be edited in the spreadsheet

    Edit Image

    Image of a Button

    Image of Button

    Assign a function name to an image:

    Assign Function

提交回复
热议问题