I have a table of data and need to extract count of value on report table on excel
,
but i need to show any rows and columns in my report.
My table looks like:
ID Val Sets
1 aa 25
2 aa 26
3 bb 25
4 cc 27
5 aa 27
6 aa 25
And my report in this format:
25 26 27
aa 2 1 1
bb 1 0 0
cc 0 0 1