Top "Google-sheets" questions

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

Apply formula to the entire column

I'm trying to recode all the zip code from Column A into Column B with the formula: =TEXT(A1,"00000") Like …

google-sheets array-formulas google-sheets-formula
Sheet.getRange(1,1,1,12) what does the numbers in bracket specify?

Sheet.getRange(1,1,1,12) I cannot understand the arguments 1,1,1,12 . What is this - the sheet id or row or what? method getRange(…

google-apps-script google-sheets google-spreadsheet-api
How to label scatterplot points by name?

I am trying to figure out how to get labels to show on either Google sheets, Excel, or Numbers. I …

excel google-sheets numbers graphing
QUERY syntax using cell reference

I'm having trouble figuring out a fairly simple QUERY statement in Google Spreadsheets. I'm trying to use a cell reference …

google-sheets google-sheets-query
Script to Change Row Color when a cell changes text

I have a Google spreadsheet where I keep a list of bugs and whenever I fix a bug I change …

google-apps-script google-sheets gs-conditional-formatting
count distinct values in spreadsheet

I have a Google spreadsheet with a column that looks like this: City ---- London Paris London Berlin Rome Paris …

count google-sheets distinct
Selecting Multiple Values from a Dropdown List in Google Spreadsheet

The Google Spreadsheet looks like can only select one value in the dropdown list. Is there any way to select …

google-sheets google-spreadsheet-api
Google Spreadsheet, Count IF contains a string

I have a column like this: What devices will you be using? iPad Kindle & iPad No Tablet iPad iPad &…

google-sheets wildcard
Determining the last row in a single column

I have a sheet with data in cols A through H. I need to determine the last row in column …

google-apps-script google-sheets
Count the cells with same color in google spreadsheet

I'm trying count the number of cells with the same background color and put the result in other cell with …

javascript google-apps-script google-sheets