Top "Google-sheets" questions

Use this tag for questions about interacting with Google Sheets programmatically.

VLOOKUP within IMPORTRANGE

I'm trying this function on Google spreadsheet without success in order to gather in a sheet a value after a …

google-sheets google-sheets-formula google-sheets-query gs-vlookup importrange
How do you get the formula from a cell instead of the value?

How do you get the literal value (the formula) from a cell instead of the result value? EXAMPLE DESIRED: A2: "…

google-sheets google-sheets-formula
How to access Google Spreadsheets with a service account credentials?

I have created a server side application in PHP that's supposed to work with Google Spreadsheets. I'm able to authenticate …

php list google-sheets shared
How to create custom keyboard shortcuts for google app script functions?

I'm trying to get a sense of the viability of replacing some of my Microsoft Excel spreadsheets with Google Doc …

google-apps-script google-sheets keyboard-shortcuts
Convert spreadsheet decimal number format: period- and comma-separated decimal positions

In OpenOffice Calc, one can change number format between standard United States, with decimal separator being a period ., and the …

google-sheets number-formatting openoffice-calc
You do not have permission to call openById

Problem: When I run the script, Google tells me, You do not have permission to call openById I had copied …

google-apps-script google-sheets google-apps-script-addon google-sheets-custom-function
Can a Google Form be auto filled and submitted, using data from a spreadsheet?

I am trying to determine how to get a script to take data from a spreadsheet and fill out a …

google-apps-script google-sheets google-forms
Is there a way to enlarge an image on mouse click in Google Sheets?

I basically have small images in a table that I'd like to enlarge on mouse click. I'd like the enlarged …

google-apps-script google-sheets google-spreadsheet-api
The last & the first day of a month in Google Spreadsheets

What is the way to get the first and last day of the previous month in Google Spreadsheet? I tried …

google-sheets formula worksheet-function
Upload CSV to Google Drive Spreadsheet using Drive v2 API

How can I upload a local CSV file to Google Drive using the Drive API v2 so that the uploaded …

csv google-drive-api google-sheets