help with SUMPRODUCT or an alternative solution

J4L

New Member
Joined
Mar 9, 2012
Messages
23
Hi All,

I am hoping someone out there is able to assist me. I am trying to summarise huge amount of data and the pivot table option is not really feasble choice, due to end users preferations.

In the 'DATA' tab i have given specific columns a Name Range and the 'Summary' tab i am using SUMPRODUCT((Name Range = A1)*(Name Range = B2)) etc

which works fine, but i have multiple criteria's to incorporate in the formula and not quite sure whether the SUMPRODUCT is the best way forward.

since its been a while that I have posted on this forum, can somebody kindly remind me how I can upload a sample file/worksheet :cool:

Thanks
Jal.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Basically what i'm trying to achieve in the 'Summary' tab is show the Total Column E, against Column A, B & C

E.g.

Week-ending 2015-04-05, Indicator = N, Classification = DC and Main_Spec = Grade - A - this would give me the sum of 3

formula attached a further down.

DATA TAB

Excel 2007
ABCDEF
1Week_EndingINDICATORClassificationMain_SpecTotalPlan_Figure
22015-04-05NDCGrade - A3100
32015-04-05NIPGrade - A21100
42015-04-05EDCGrade - A30100
52015-04-05EIPGrade - A2100
62015-04-12EConvertedGrade - A6100
72015-04-12NDCGrade - A5100
82015-04-12EDCGrade - A78100
92015-04-12NIPGrade - A27100
102015-04-12EIPGrade - A8100
112015-04-19NDCGrade - A8100
122015-04-19NIPGrade - A31100
132015-04-19EConvertedGrade - A4100
142015-04-19EDCGrade - A90100
152015-04-19EIPGrade - A12100
162015-04-26EConvertedGrade - A2100
172015-04-26EDCGrade - A83100
182015-04-26EIPGrade - A11100
192015-04-26NIPGrade - A42100
202015-04-26NDCGrade - A4100

<tbody>
</tbody>
DATA

Excel 2007
ABCDEFGH
1Grade - A
2
32015-04-052015-04-122015-04-192015-04-26
4E2333
5DC0000
6N2222
7DC0000
8

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Summary

Worksheet Formulas
CellFormula
D4=SUMPRODUCT((((we=D$3)*(spec=$B$1)*(indicator=$C$4))))
E4=SUMPRODUCT((((we=E$3)*(spec=$B$1)*(indicator=$C$4))))
F4=SUMPRODUCT((((we=F$3)*(spec=$B$1)*(indicator=$C$4))))
G4=SUMPRODUCT((((we=G$3)*(spec=$B$1)*(indicator=$C$4))))
D5=SUMPRODUCT((((we=D$3)*(spec=$B$1)*(indicator=$C$5))))
E5=SUMPRODUCT((((we=E$3)*(spec=$B$1)*(indicator=$C$5))))
F5=SUMPRODUCT((((we=F$3)*(spec=$B$1)*(indicator=$C$5))))
G5=SUMPRODUCT((((we=G$3)*(spec=$B$1)*(indicator=$C$5))))
D6=SUMPRODUCT((((we=D$3)*(spec=$B$1)*(indicator=$C$6))))
E6=SUMPRODUCT((((we=E$3)*(spec=$B$1)*(indicator=$C$6))))
F6=SUMPRODUCT((((we=F$3)*(spec=$B$1)*(indicator=$C$6))))
G6=SUMPRODUCT((((we=G$3)*(spec=$B$1)*(indicator=$C$6))))
D7=SUMPRODUCT((((we=D$3)*(spec=$B$1)*(indicator=$C$7))))
E7=SUMPRODUCT((((we=E$3)*(spec=$B$1)*(indicator=$C$7))))
F7=SUMPRODUCT((((we=F$3)*(spec=$B$1)*(indicator=$C$7))))
G7=SUMPRODUCT((((we=G$3)*(spec=$B$1)*(indicator=$C$7))))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Workbook Defined Names
NameRefers To
indicator=DATA!$B:$B
spec=DATA!$D:$D
we=DATA!$A:$A

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,203,052
Messages
6,053,229
Members
444,648
Latest member
sinkuan85

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