Hi
I have a field on my pivot table called TYPE
This is in the row label, so it splits my data between SINGLE and GROUP
The next row label is NO (effectively the reference)
How can I produce a unique count of references?
GROUP
....4
....6
....9
SINGLE
...1
...2
...3
...5
...7
...8
Need a total COUNT for GROUP to = 3 (there are 3 unique NO)
Need a total COUNT for SINGLE to = 6 (there are 6 unique NO)
Any use of count that I introduce just shows the count of NO in the source data (so for GROUP it is multiple, for single it is 1)
Any help appreciated
Can use calcualted column etc...
I have a field on my pivot table called TYPE
This is in the row label, so it splits my data between SINGLE and GROUP
The next row label is NO (effectively the reference)
How can I produce a unique count of references?
GROUP
....4
....6
....9
SINGLE
...1
...2
...3
...5
...7
...8
Need a total COUNT for GROUP to = 3 (there are 3 unique NO)
Need a total COUNT for SINGLE to = 6 (there are 6 unique NO)
Any use of count that I introduce just shows the count of NO in the source data (so for GROUP it is multiple, for single it is 1)
Any help appreciated
Can use calcualted column etc...