Please see following example of what I have and what I want to create so that all my data for the two counts are all on one row, thank you
YEAR | Account Number | ADULT_CHILD | Count |
2021/22 | 123456789 | C | 16 |
2021/22 | 123456789 | A | 254 |
New Data | |||
YEAR | Account Number | C | A |
2021/22 | 123456789 | 16 | 254 |
Solved! Go to Solution.
@Disey Use a cross tab tool, group on Year and Account number, make Adult_Child the header and count the value field. This will do what you’re looking for.
Bacon
perfect, many thanks 👍
Perfect, many thanks 👍
User | Count |
---|---|
107 | |
85 | |
76 | |
54 | |
40 |