Pivot report based on two related tables???

mwaltercpa

New Member
Joined
Jul 14, 2014
Messages
17
I have two tables, one has the [Sales data] (Customer and Sales Dollars), the other table has [Order Details] (Product line and SKU). Both are related with a 1:1 key.

I want a pivot report to show Customer (from sales) in the column, SKU (from orders) in the next column, and Product line (from orders) in the next... Then I want to sum sales in the math box.

What I'm getting however is unique customer# | ALL SKUS | and ALL PRODUCT LINES | The math correctly shows total sales for the customer#, however the sales$ are reapeating on every SKU and PL row.

Is there a way to blend the qualities from both tables (connected with a unique key), and show appropriate sales totals?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Let me also clarify that the leading field on my pivot report is the unique key that both tables share... it seems like the table I pull the key from wins.. meaning the data is specific depending on which table I pull the key from... the data reported on from the other table is not specific/filtered based on the key...
 
Upvote 0

Forum statistics

Threads
1,217,383
Messages
6,136,260
Members
450,001
Latest member
KWeekley08

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top