Top "Google-sheets-query" questions

Use this tag for Google Sheets questions that involve the use of spreadsheet formulas.

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
Google SpreadSheet Query: Can I remove column header?

I'm doing this query at my google spreadsheet: =QUERY(H4:L35;"select sum(L) where H='First Week'"; -1) But …

google-sheets formulas google-sheets-query google-query-language
Google Sheets: How to replace text in column header?

I have a query like this =QUERY(B2:C9; "select (C * 100 / B) - 100") in my Google Sheets. What is displayed …

google-sheets google-drive-api google-sheets-query
Google spreadsheet Query Error - column doesn't exist

Another problem with Google Spreadsheet API. I'm trying to use QUERY() function in order to get all customers from our …

google-sheets google-sheets-formula google-sheets-query
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 to query multiple sheets and merge the data?

I have 15 sheets that use the same template, for 15 different users. I would like to make a query on all …

google-sheets google-sheets-query
How to use CONCAT in QUERY?

I have a table: A | B | C BEN | MOSKOW | YES ANTON | IRKUTSK | NO VIKTOR | PARIS | YES BEN | PARIS | YES ANTON | …

google-sheets transpose array-formulas google-sheets-query
QUERY using cell contents as SQL variables

Here is what the spreadsheet I'm working with looks like: Summary table (top of sheet) Source data (same sheet, below …

google-sheets google-sheets-formula google-sheets-query
In Google Sheets, How do I find the row number of a cell with certain text in it?

In Google Sheets, What do I do if I want a cell to display the row number in which a …

google-sheets formulas google-sheets-query
Google Sheets query doesn't display all values

I have a Google Sheet with the following query formula: =QUERY('Contact Changes'!B1:T,"SELECT C,D,E,F,…

google-sheets google-sheets-query