excelsupport55
New Member
- Joined
- Aug 5, 2015
- Messages
- 2
Hi All,
I'm a newbie to the forum and have limited a understanding of Excel. Currently using excel 2010.
My question is around totalling columns across multiple workbooks. Let me break it down more sizeable and understandable format.
I'm a newbie to the forum and have limited a understanding of Excel. Currently using excel 2010.
My question is around totalling columns across multiple workbooks. Let me break it down more sizeable and understandable format.
- Data source is in workbooks with names such as ( 2015 Jan,2015 Feb,2015 Mar,2015 Apr,2015 May.... )
- The data i'm interested is found in the sheet (ProdA) which is common across all the workbooks.
- The rows that i need are as follows:
- G4:G7("storeA" is the column heading) , H4:H7("storeB" is the column heading), J4:J7("StoreD" is the column heading) separately totalled under. This should be totalled under "WA" Ex:
- [TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]storeA[/TD]
[TD]storeB[/TD]
[TD]storeC[/TD]
[/TR]
[TR]
[TD]agent1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]agent2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]agent3[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]agent4[/TD]
[TD]8[/TD]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]WA Total[/TD]
[TD]xx[/TD]
[TD]yy[/TD]
[TD]zz[/TD]
[/TR]
</tbody>[/TABLE] - And i need the SA total the same way. The rows are different, which looks like G8:12,H8:12,J8:12[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]storeA[/TD]
[TD]storeB[/TD]
[TD]storeC[/TD]
[/TR]
[TR]
[TD]agent1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]agent2[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]agent3[/TD]
[TD]7[/TD]
[TD]8[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]agent4[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]agent5[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]SA Total[/TD]
[TD]aa[/TD]
[TD]bb[/TD]
[TD]cc[/TD]
[/TR]
</tbody>[/TABLE] - Now what i need is, something like the following 2 tables:[TABLE="width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]storeA[/TD]
[TD]storeB[/TD]
[TD]storeC[/TD]
[/TR]
[TR]
[TD]JAN[/TD]
[TD]Tot WA sales for JAN from the previous working[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]FEB[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]MAR[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]storeA[/TD]
[TD]storeB[/TD]
[TD]storeC[/TD]
[/TR]
[TR]
[TD]JAN[/TD]
[TD]Tot SA sales for JAN from the previous working[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]FEB[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]MAR[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Wow pretty serious stuff for me. May be not for the veterans. Hoping to get some help you you to nail it.
Cheers
OSP