Hey Guys,
Is it possible to get a count only of unique data items using a pivot table. For example, let's say that a column has 10 firm id numbers but 3 are repetitive, is there a way to get a count of the 7 unique ids.
This list should give you a better idea of what I mean:
Firm id State
1000 NY
1001 NY
1001 NJ
1002 CA
1002 DC
1003 NJ
1004 FL
1005 GA
1005 NY
1006 FL
Thanks
Is it possible to get a count only of unique data items using a pivot table. For example, let's say that a column has 10 firm id numbers but 3 are repetitive, is there a way to get a count of the 7 unique ids.
This list should give you a better idea of what I mean:
Firm id State
1000 NY
1001 NY
1001 NJ
1002 CA
1002 DC
1003 NJ
1004 FL
1005 GA
1005 NY
1006 FL
Thanks