Skip to content
Advertisement

Tag: google-sheets

QUERY to find matches across a range

I would like to count the total occurrences of series that have “Action” as a main genre and then “Magic” as one of it’s other tags. Currently I have: L being the row where the main genre is listed. Following that row (M:BM) are a bunch of tags. Is it possible to use query to tally that up? Something like:

SELECT DISTINCT sum in google sheet

i’ve a sheet like this: Month(Col11) Team (Col2) 03 luna 03 luna 04 pippo 04 gigi 04 luna 04 gigi 04 pippo 04 luna 04 luna 04 pippo 04 pippo 04 grisbi 04 grisbi 05 luna 05 luna 05 pippo 05 pippo 05 grisbi 05 grisbi i need the sum of unique of each month, a result like this: Month(Col11)

Google Sheets – Parse unsorted comma separated values from one column, into separate columns. The values are not always in the same order

Three example rows from that column are shown below. My desired outcome would be: e.g. Any help would be great 🙂 Answer Indeed it looks like JSON. You could replace all the ‘ with ” and paste the records here: https://codebeautify.org/jsonviewer The complete string for the examples you provided would be: After that, clicking the button JSON to CSV generates

How to use substring and charindex in google query language

I have a google spreadsheet sheet with several columns: A: date B: string C: number … G: string (could be empty) H: string (could be empty) I would like to have a small table with the following: Get the sum of C in table, where rows are the values of G (substring of it, as they are configured as this:

Advertisement