Pivot table and unique entries
Posted by Michael Leischel on October 23, 2000 2:39 AM
I use Excel 2000 on Windows NT 4.0 and I have a problem with pivot tables.
I want to count the unique field items in a pivot table. How can I manage this?
My pivot table example
AU PO Value
AU1 PO1 200
AU1 PO2 100
AU1 PO3 40
AU1 PO4 30 This is the data source
AU2 PO1 200
AU2 PO2 100
AU3 PO1 200
AU3 PO2 100
AU3 PO3 40
AU3 PO4 30
Grouping PO in two groups
(Group1 is PO1 and PO2, Group2 is PO3 and PO4)
and counting AU will deliver the following pivot table:
PO2 Value Count - AU
Group1 900 6
Group2 140 4
Total 1040 10
So far, so good. But the result I want to get is :
PO2 Value 'UNIQUE Count - AU'
Group1 900 3
Group2 140 2
Total 1040 3
There are 3 unique entries from AU in Group1.
There are 2 unique entries from AU in Group2.
There are 3 unique entries from AU in Total.
Who can help me?
Thanks in advance.