karibuckeye
New Member
- Joined
- Mar 9, 2016
- Messages
- 4
I need a way to count the unique numbers in this column in a pivot table. Ideally I do not want sort the data in the column either. Is this possible? So I want to see in a pivot table the count of unique shipments is 5 (12,25,26,27,28).
[TABLE="width: 500"]
<tbody>[TR]
[TD]Number[/TD]
[/TR]
[TR]
[TD]12[/TD]
[/TR]
[TR]
[TD]12[/TD]
[/TR]
[TR]
[TD]25[/TD]
[/TR]
[TR]
[TD]26[/TD]
[/TR]
[TR]
[TD]27[/TD]
[/TR]
[TR]
[TD]28[/TD]
[/TR]
[TR]
[TD]27[/TD]
[/TR]
[TR]
[TD]12[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Number[/TD]
[/TR]
[TR]
[TD]12[/TD]
[/TR]
[TR]
[TD]12[/TD]
[/TR]
[TR]
[TD]25[/TD]
[/TR]
[TR]
[TD]26[/TD]
[/TR]
[TR]
[TD]27[/TD]
[/TR]
[TR]
[TD]28[/TD]
[/TR]
[TR]
[TD]27[/TD]
[/TR]
[TR]
[TD]12[/TD]
[/TR]
</tbody>[/TABLE]