Can you help me construct a slightly complex Pivot Table in Excel?
May 14, 2009 9:23 AM
Subscribe
Can you help me construct a slightly complex Pivot Table in Excel?
I have columns that look like this:
Order Number | Region | Customer Type | Customer
A customer may have multiple orders, so the data would look like this:
0001 | Region 1 | Type 1 | Customer 1
0002 | Region 1 | Type 2 | Customer 2
0002 | Region 1 | Type 2 | Customer 3
0003 | Region 1 | Type 1 | Customer 1
I want a pivot table that shows me this:
Region 1
Count of Customer Type 1 | Count of Unique Customers within Type 1
Count of Customer Type 2 | Count of Unique Customers within Type 2
Region 2
Count of Customer Type 1 | Count of Unique Customers within Type 1
Count of Customer Type 2 | Count of Unique Customers within Type 2
So I can see, OK Type 1 and Type 2 look equal if I just look at order counts, but by adding count of unique customers, I can see that type 1 is actually being inflated by a major client.
posted by willnot to computers & internet (6 comments total)
2 users marked this as a favorite
I put Region, Customer Type and Customer all in the ROW area and put Order Number in the DATA area and made it "Count of Order Number". This enabled me to see not only that one customer had a bigger number of orders, but which customer that was. It worked well for a small data set, but it might not scale up very well.
posted by soelo at 9:46 AM on May 14