Let's see if I can explain this correctly. I have one table that is broken out by "Account" (ie, Retailer A), by month, by product UPC and includes Dollar Sales and Credits. I have another table (with data that comes from another source) that has additional metrics I'd like to merge into the first table: Unit Returns, Case Returns matched to those same retailers, months and products. I've made sure the Account "#" and UPC matches in both sheets. I'd like to be able to pull these into a single pivot table as opposed to two. There are some more complicated additions, but thats after I figure this out. I've included a simple mockup for reference.
Excel 2010 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
C | D | E | F | G | H | I | J | K | L | M | |||
3 | Table One | Table Two | |||||||||||
4 | Date | Account | Account # | Sales | Credits | Date | Account | Account # | Unit Returns | Case Returns | |||
5 | 1/1/2016 | A | 1234 | 100 | 25 | 1/1/2016 | A | 1234 | 5 | 25 | |||
6 | 2/1/2016 | A | 1234 | 200 | 50 | 2/1/2016 | A | 1234 | 8 | 32 | |||
7 | 3/1/2016 | A | 1234 | 300 | 25 | 3/1/2016 | A | 1234 | 10 | 56 | |||
8 | |||||||||||||
9 | NEW Merged Table | ||||||||||||
10 | Date | Account | Account # | Sales | Credits | Unit Returns | Case Returns | ||||||
11 | 1/1/2016 | A | 1234 | 100 | 25 | 5 | 25 | ||||||
12 | 2/1/2016 | A | 1234 | 200 | 50 | 8 | 32 | ||||||
13 | 3/1/2016 | A | 1234 | 300 | 25 | 10 | 56 | ||||||
Table Merge |
Last edited: