Top "Google-sheets" questions

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

Is it possible to 'prefill' a google form using data from a google spreadsheet?

I'm looking for a way to 'pre fill' a google form with specific data from a google spreadsheet. The form …

google-apps-script google-sheets google-forms
How do I access (read, write) Google Sheets spreadsheets with Python?

I am wondering if you can point me to an example of reading/writing to/from a google doc/spreadsheet …

python google-sheets google-api google-api-python-client google-sheets-api
Multiple IF statements between number ranges

I'm trying to set up a formula with multiple IF statements between number ranges but I'm seeing the error: Formula …

if-statement google-sheets google-sheets-formula
Count number of cells with any value (string or number) in a column in Google Docs Spreadsheet

I have several columns in Google Spreadsheet. I would like to count how many cells have a value (number or …

google-sheets google-docs
How to automatically import data from uploaded CSV or XLS file into Google Sheets

I have a legacy database system (not web accessible) on a server which generates CSV or XLS reports to a …

google-apps-script google-sheets google-drive-api google-spreadsheet-api
How do you do dynamic / dependent drop downs in Google Sheets?

How do you get a sub-category column to populate a drop down based on the value selected in the main …

validation google-apps-script google-sheets
How to negate 'isblank' function

I want to do "is not blank" in a custom formula. There is a isblank() function but I can find …

google-sheets
Selecting the last value of a column

I have a spreadsheet with some values in column G. Some cells are empty in between, and I need to …

google-apps-script google-sheets google-sheets-formula array-formulas custom-function
How to make google spreadsheet refresh itself every 1 minute?

My google spreadsheet is using GOOGLEFINANCE('symbol','price) function to retrieve stock prices of my portfolio. Unfortunately, I have to …

google-apps-script google-sheets google-finance
How do I avoid the "#DIV/0!" error in Google docs spreadsheet?

I have a column with average(K23:M23) that starts out with #DIV/0! when the K23 through M23 cells are …

google-sheets divide-by-zero