consolidate using pivot table

lezawang

Well-known Member
Joined
Mar 27, 2016
Messages
1,805
Office Version
  1. 2016
Platform
  1. Windows
Hi
I have excel 2013. I want to consolidate date from 3 different sheets using pivot table not data-->consolidate tool. so i created these 3 tables and insert Table1, Table2, and Table3.
I was inside Table3, I clicked insert Pivot and checked Allow Data Model.
In pivot table, I created Relationship Table 3 -->item, table1-->item
and Table3-->item, table2-->item

I expanded Table one and move Item to Rows
and Jan to Values

Then opened Table 2 and moved Jan to Values
but excel is asking me to Create Relationship which I already did. Alos
How can I added all these values and create table like below using pivot table?
Thank you so much



[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]item[/TD]
[TD]jan[/TD]
[TD]feb[/TD]
[TD]mar[/TD]
[/TR]
[TR]
[TD]item1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]item2[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]item[/TD]
[TD]jan[/TD]
[TD]feb[/TD]
[TD]mar[/TD]
[/TR]
[TR]
[TD]item1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]item2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]item[/TD]
[TD]jan[/TD]
[TD]feb[/TD]
[TD]mar[/TD]
[/TR]
[TR]
[TD]item1[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]item2[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]


I want

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]item[/TD]
[TD]jan[/TD]
[TD]feb[/TD]
[TD]mar[/TD]
[/TR]
[TR]
[TD]item1[/TD]
[TD]6[/TD]
[TD]6[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]item2[/TD]
[TD]6[/TD]
[TD]6[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]

The file is here:

https://drive.google.com/file/d/12mX4V7VpNkC2m-CMyrhIKvy4Y0wk6BAg/view?usp=sharing
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
maybe try Alt+D+P

[Table="width:, class:head"]
[tr=bgcolor:#FFFFFF][td=bgcolor:#4F81BD]Sum of Value[/td][td=bgcolor:#4F81BD]Column Labels[/td][td=bgcolor:#4F81BD][/td][td=bgcolor:#4F81BD][/td][td=bgcolor:#4F81BD][/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#4F81BD]Row Labels[/td][td=bgcolor:#4F81BD]jan[/td][td=bgcolor:#4F81BD]feb[/td][td=bgcolor:#4F81BD]mar[/td][td=bgcolor:#4F81BD]Grand Total[/td][/tr]

[tr=bgcolor:#FFFFFF][td]item1[/td][td]
6​
[/td][td]
6​
[/td][td]
6​
[/td][td]
18​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]item2[/td][td]
6​
[/td][td]
6​
[/td][td]
6​
[/td][td]
18​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]item3[/td][td]
6​
[/td][td]
6​
[/td][td]
6​
[/td][td]
18​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]item4[/td][td]
6​
[/td][td]
6​
[/td][td]
6​
[/td][td]
18​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Grand Total[/td][td]
24
[/td][td]
24
[/td][td]
24
[/td][td]
72
[/td][/tr]
[/table]
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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