Good morning all! I'm having some difficulty summarizing non unique information. My sheet of data is set up similar to the following
Customer Name Licenses Size Case #
ABC Plumbing 10 123456
ABC Plumbing 10 132131
ABC Plumbing 10 231233
Barb Electronics 9 231143
Z Industries 4 209343
Z Industries 4 231033
etc...
There are a total of about 45,000 rows and as you can see, the unique item is the case #, but the customer name and the associated license size can be repeated. What I am looking to do is summarize the information in the following format (or similar):
License Size Customer Count Total Cases
1-5 13 4000
6-10 27 7838
etc....
I think a pivot table is the way to go, but the problem I am finding is that I can't get the unique customer count, it always just sums the total customers seen, such that I get the same number of customers as I do cases. I don't see a "distinct count" within the field options in a pivot table.
Any ideas?
Thanks!
Customer Name Licenses Size Case #
ABC Plumbing 10 123456
ABC Plumbing 10 132131
ABC Plumbing 10 231233
Barb Electronics 9 231143
Z Industries 4 209343
Z Industries 4 231033
etc...
There are a total of about 45,000 rows and as you can see, the unique item is the case #, but the customer name and the associated license size can be repeated. What I am looking to do is summarize the information in the following format (or similar):
License Size Customer Count Total Cases
1-5 13 4000
6-10 27 7838
etc....
I think a pivot table is the way to go, but the problem I am finding is that I can't get the unique customer count, it always just sums the total customers seen, such that I get the same number of customers as I do cases. I don't see a "distinct count" within the field options in a pivot table.
Any ideas?
Thanks!