I am looking for help with creating a QUERY to give a total number of times a class is listed. Thank you so much for any help. My head hurts from banging it against a wall trying to solve this.
Spreadsheet has a column for:
- Clan Name ( 1 of the 3 clan names are in the column cell per row. clanA, clanB, clanC)
- Class (1 class per cell per row. choice of classA, classB, classC, classD, classE, classF)
Example Workbook:
docs.google.com/spreadsheets/d/10aJdqZx6q99QahM1O2XbZhZFNcbkGEE0tIifrMIDGjs/edit?usp=sharing"
Trying to craft a query that will give a result like this:
| Clan Name | Class | Total per Class |
| --------- | ----- | --------------- |
| clanA |classA | # |
| |classB | # |
| clanB |classA | # |
Example Data Set:
example1.jpg
Example of outcome:
example2.jpg
Bookmarks