Hi for the sample table below in excel:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]New York[/TD]
[TD]Japan[/TD]
[TD]China[/TD]
[TD]Chicago[/TD]
[/TR]
[TR]
[TD]Product A[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Product B[/TD]
[TD]9[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Product C[/TD]
[TD]2[/TD]
[TD]9[/TD]
[TD]1[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Product D[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]2[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]North America (New york &Chicago)[/TD]
[TD]Asia(China&Japan[/TD]
[/TR]
[TR]
[TD]Product A[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Product B[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Product C&D[/TD]
[TD] [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a destination table which is as the 2nd table where in need the results sum'd by rows and columns. I have tried Sumifs and Sumproducts but i am unable to figure that out. Any help is greatly appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]New York[/TD]
[TD]Japan[/TD]
[TD]China[/TD]
[TD]Chicago[/TD]
[/TR]
[TR]
[TD]Product A[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Product B[/TD]
[TD]9[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Product C[/TD]
[TD]2[/TD]
[TD]9[/TD]
[TD]1[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Product D[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]2[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]North America (New york &Chicago)[/TD]
[TD]Asia(China&Japan[/TD]
[/TR]
[TR]
[TD]Product A[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Product B[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Product C&D[/TD]
[TD] [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a destination table which is as the 2nd table where in need the results sum'd by rows and columns. I have tried Sumifs and Sumproducts but i am unable to figure that out. Any help is greatly appreciated.