I need to create one pivot table for a report.
My data currently exceeds the rows for excel, so I took the data and put it on different tabs. The headers are the exact same, but instead of one tab with ~1M+ rows, I have two tabs with ~500K.
How can I connect these two tables to one pivot?
Everything I've read seems to indicate that the headers have to be different, with one one header connecting the two tables.
Table one Example
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Customer Name[/TD]
[TD]Region[/TD]
[TD]Dollars TY[/TD]
[TD]Dollars LY[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Apple[/TD]
[TD]North[/TD]
[TD]500,000[/TD]
[TD]550,000[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Best Buy[/TD]
[TD]South[/TD]
[TD]200,000[/TD]
[TD]150,000[/TD]
[/TR]
</tbody>[/TABLE]
Table Two Example
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Customer Name[/TD]
[TD]Region[/TD]
[TD]Dollars TY[/TD]
[TD]Dollars LY[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Target[/TD]
[TD]East[/TD]
[TD]250,000[/TD]
[TD]225,000[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Fry's[/TD]
[TD]West[/TD]
[TD]1,000,000[/TD]
[TD]700,000[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Walmart[/TD]
[TD]North[/TD]
[TD]660,000[/TD]
[TD]880,000[/TD]
[/TR]
</tbody>[/TABLE]
****** id="cke_pastebin" style="position: absolute; top: 226px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer Name[/TD]
[TD]Region[/TD]
[TD]Dollars TY[/TD]
[TD]Dollars LY[/TD]
[/TR]
</tbody>[/TABLE]
</body>Any advice would be greatly appreciated.
My data currently exceeds the rows for excel, so I took the data and put it on different tabs. The headers are the exact same, but instead of one tab with ~1M+ rows, I have two tabs with ~500K.
How can I connect these two tables to one pivot?
Everything I've read seems to indicate that the headers have to be different, with one one header connecting the two tables.
Table one Example
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Customer Name[/TD]
[TD]Region[/TD]
[TD]Dollars TY[/TD]
[TD]Dollars LY[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Apple[/TD]
[TD]North[/TD]
[TD]500,000[/TD]
[TD]550,000[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Best Buy[/TD]
[TD]South[/TD]
[TD]200,000[/TD]
[TD]150,000[/TD]
[/TR]
</tbody>[/TABLE]
Table Two Example
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Customer Name[/TD]
[TD]Region[/TD]
[TD]Dollars TY[/TD]
[TD]Dollars LY[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Target[/TD]
[TD]East[/TD]
[TD]250,000[/TD]
[TD]225,000[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Fry's[/TD]
[TD]West[/TD]
[TD]1,000,000[/TD]
[TD]700,000[/TD]
[/TR]
[TR]
[TD]1 Month[/TD]
[TD]Walmart[/TD]
[TD]North[/TD]
[TD]660,000[/TD]
[TD]880,000[/TD]
[/TR]
</tbody>[/TABLE]
****** id="cke_pastebin" style="position: absolute; top: 226px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer Name[/TD]
[TD]Region[/TD]
[TD]Dollars TY[/TD]
[TD]Dollars LY[/TD]
[/TR]
</tbody>[/TABLE]
</body>Any advice would be greatly appreciated.