About 1,014,726 results (2,785 milliseconds)

Aggregate Functions

https://groups.google.com/g/django-developers/c/JFo3kSz41OM
powerful queries that potentially return multiple values and/or combine multiple column arithmetically. The low_level functions take columnnames instead of ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
... multiple columns, but can return a single column with STRUCT type. SELECT AS VALUE. SELECT AS VALUE produces a value table from any SELECT list that produces ...

Form Responses: Combine/Group columns and Split data into ...

https://support.google.com/docs/thread/171294317/form-responses-combine-group-columns-and-split-data-into-different-rows?hl=en
Jul 15, 2022 ... I am building out a large form that will have people submit information for multiple events in one form submission.

Query is Combining Rows When it shouldn't - Google Docs Editors ...

https://support.google.com/docs/thread/12144143/query-is-combining-rows-when-it-shouldn-t?hl=en
Aug 16, 2019 ... ... one column, and then their oponents in another. Then, in the final sheet, i query this filtered data so only show the few columns from the ...

How do you consolidate multiple tabs on Sheets into one Master list ...

https://support.google.com/docs/thread/8201106/how-do-you-consolidate-multiple-tabs-on-sheets-into-one-master-list?hl=en
Jun 17, 2019 ... Mixed data columns in QUERY() will only include the most common data so if there are more numbers that text it will only display numbers and not ...

I need to extract data from multiple columns based on the date ...

https://support.google.com/docs/thread/27901873/i-need-to-extract-data-from-multiple-columns-based-on-the-date?hl=en
Feb 6, 2020 ... With your current structure, everytime you want to combine the data into one sheet, you will need to adjust and edit every single formula. I ...

Using Multiple Ranges (Sheets) in QUERY - Google Docs Editors ...

https://support.google.com/docs/thread/162228921/using-multiple-ranges-sheets-in-query?hl=en
May 3, 2022 ... Each has two columns that are relevant here. In each sheet ... Note that the comma is now between the two ranges instead of a semicolon.

Is there a way to select multiple ranges in a Query? - Google Docs ...

https://support.google.com/docs/thread/218781070/is-there-a-way-to-select-multiple-ranges-in-a-query?hl=en
Jun 1, 2023 ... I have a dataset that goes from column A to AR and I need to select many but not all columns in a query. Is there some syntax that will allow me to select ...

Using query to sum information from multiple columns according to ...

https://support.google.com/docs/thread/71369384/using-query-to-sum-information-from-multiple-columns-according-to-date?hl=en
Sep 15, 2020 ... I have learned that I can use this equation to sum numbers from one column and group according to date: =QUERY(A:G,"Select A, sum(B) where A ...

Top Row of Query is combining multiple results - HELP? - Google ...

https://support.google.com/docs/thread/86074830/top-row-of-query-is-combining-multiple-results-help?hl=en
Nov 30, 2020 ... ... a certain point it starts to combine multiple rows of the results into a single row. It's very weird.. The range I'm pointing the QUERY at ...

How to combine QUERY and SUM? - Google Docs Editors Community

https://support.google.com/docs/thread/129647326/how-to-combine-query-and-sum?hl=en
Oct 6, 2021 ... Column F in Data, and column A in Expected Results are all text ... You can group by more than one value at a time, eg grouped by class ...

Filter by condition / Text contains -> combination of and/or formulas ...

https://support.google.com/docs/thread/63180001/filter-by-condition-text-contains-combination-of-and-or-formulas?hl=en
Aug 6, 2020 ... I don't want to split up the column into several columns that contain only one value each. ... combine and- and or-formulas to filter the data in ...

I have multiple tables in my document and would like to join them ...

https://support.google.com/docs/thread/245460715/i-have-multiple-tables-in-my-document-and-would-like-to-join-them-together-to-make-one-big-table?hl=en
Nov 24, 2023 ... Here's a step-by-step guide to merging tables in Google Docs: Expand the First Table: Add enough rows to the first table to accommodate all the ...

Data validation drop-down menu combining 2 columns into 1 ...

https://support.google.com/docs/thread/115614497/data-validation-drop-down-menu-combining-2-columns-into-1-selectable-data?hl=en
Jul 1, 2021 ... I want to know if it is possible to include the information of 2 columns inside 1 selectable option of the dropdown menu of a data validation.

How to sort multiple data in spreadsheet? - Google Docs Editors ...

https://support.google.com/docs/thread/92341332/how-to-sort-multiple-data-in-spreadsheet?hl=en
Jan 6, 2021 ... Select the following columns from this array, order them (sort) by column 6, then column 4, then column 5 – and this particular one (column 5) in descending ...

How do I combine multiple results of two filter formulas in Sheets ...

https://support.google.com/docs/thread/83739726/how-do-i-combine-multiple-results-of-two-filter-formulas-in-sheets?hl=en
Nov 18, 2020 ... It would seem to make more sense to get the values in two different columns so that they can more easily be further processed. If you need more ...

QUERY returning multiple rows as single row - Google Docs Editors ...

https://support.google.com/docs/thread/104005245/query-returning-multiple-rows-as-single-row?hl=en
Mar 26, 2021 ... When you merge cells, the data exists in only one cell, not in ... I've copied your data to column G and H and unmerged the date cells ...

Schema design best practices | Bigtable Documentation | Google ...

https://cloud.google.com/bigtable/docs/schema-design
Column families. Put related columns in the same column family. When a row contains multiple values that are related to one another, it's a good ...

Query function using multiple sheets - Google Docs Editors ...

https://support.google.com/docs/thread/153069522/query-function-using-multiple-sheets?hl=en
Mar 1, 2022 ... You have created a virtual array by combining several ranges. So use column identifiers such as Col1, Col2, Col3... instead of A, B, C. The ...

How to Combine a Dynamic Number of Both Rows and Columns ...

https://support.google.com/docs/thread/101655277/how-to-combine-a-dynamic-number-of-both-rows-and-columns-based-on-their-headers?hl=en
Mar 10, 2021 ... I am trying to make a google sheet that takes information from multiple tabs and combines them together in a master tab based on the column header.