Top "Google-query-language" questions

Google Query Language is the part of the Google Visualization API that lets the developer perform various data manipulations with the query to the data source.

Quotation marks and apostrophes in the same string in QUERY Google Sheets function

I'm wondering how one might handle a query like this. Let's suppose I had the following text contained in Cell …

google-sheets formulas google-query-language
OR logic and CONTAINS in a query in Google Sheets

I have a problem with an OR logic in a query. I'm trying to make a sum of a column (…

google-sheets google-query-language
Google sheet Query Function Returns blank result from cell with data

I am creating a spreadsheet for my work place that will find drivers for the LED's we use but I've …

google-sheets google-query-language
Prevent blank column and line in the google query result

Doing the following query = QUERY(A2:C, "select B, avg(C) group by B pivot A") returns a correct summary …

google-sheets google-query-language
ImportRange Function to Ignore Empty Cells

I want to import a range from another Google sheet, but to ignore empty cells so that the data prints …

google-sheets google-sheets-formula google-sheets-query google-query-language importrange
Query returning error Unable to parse query string for Function QUERY parameter 2: NO_COLUMN

I am currently working in the following spreadsheet https://docs.google.com/spreadsheets/d/13KfjUhWSB-BjGyC1G8f8i8o4SPd1…

google-sheets google-sheets-formula google-sheets-query google-query-language importrange
Google Sheet Query - Group / concatenate multiple rows

I'm running a QUERY with a SUM and GROUP BY, but I'd like to aggregate multiple distinct values from the …

google-sheets google-query-language
Query order by ASC in google spreadsheets

I have a google spreadsheet that uses the following query: =query('Respostas do Formulário 1'!A1:AG;"select D,…

sorting google-sheets google-query-language
Google Query - "NOT LIKE" Statement Doesn't work

The following line doesn't work: =QUERY(AB:AE,"select AB,AC,AD,AE where AB NOT LIKE '%Info%'",1) …

sql google-sheets google-query-language
Google Query Language Concatenation

Is it possible to concatenate the value from a column with a string in Google Query Language? I'd like to …

google-sheets google-query-language