Max, Lookup, Sumproduct Complexity!!

Bkisley

Board Regular
Joined
Jan 5, 2017
Messages
100
Hey everyone! I can not figure this out right now to save my life...so I need help


I need an equation that does the following....


"Take Rate" Tab
cells BM7:BV17 represent how many of the part called out in cell B7 is in each of the full products shown in cells BM6:BV6


"Volume Summary" Tab
cells C60:Q70 represents the total volume of each full product by each year shown in cells C59:Q59

"Allocations" Tab
I need to be able to calculate how many parts are per year since some parts will be on multiple full products
This equation I am after will go on this tab

Example...
Part 123 is on full product A, B and C. I need to know for each year, how many part 123 there are

"Take Rate" tab
cell B7 = part 123
cell BM7 = 1
cell BN7 = 2
cell BO7 = 3

"Volume Summary" Tab
Cell C60 = 10 C61 = 20 C62 =30

"Allocations" Tab
equation needed --> (1*10)+(2*20)+(3*30) = 140
This tells me that 140 part 123's are needed in year one. I will need to do this for every year and for every component
 

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
im getting a bit confused... can u upload your workbook, or part of it thats relevant, and show us where and what you want to calculate.
 
Upvote 0
im getting a bit confused... can u upload your workbook, or part of it thats relevant, and show us where and what you want to calculate.



Unfortunately this is a private document with internal only cost information that I can not share


On my Allocations tab I need a formula that look at horizontal data in cells BM7:BV107 on the "take rate" tab and multiplies it by vertical data in cells C60:Q70 on the "volume summary" tab

Maybe me simplifying it to that level will help?
 
Upvote 0
OK, Take Rate sheet like this:

BCBMBNBOBPBQBRBSBTBUBV
5Products
6PartABCDEFGHIJ
7123123
8456417
9789
1011112345
11222
12

<tbody>
</tbody>
Take Rate



Volume Summary sheet like this:

BCDEFGHIJKLMNOPQ
59200020012002200320042005200620072008200920102011201220132014
60A101112131415161718192021222324
61B202131
62C302232
63D
64E
65F
66G
67H
68I
69J

<tbody>
</tbody>
Volume Summary



Allocations sheet like this:

BCDEFGHIJKLMNOPQ
3200020012002200320042005200620072008200920102011201220132014
4123140119170131415161718192021222324
545612088128000000000000
6789000000000000000
7111705576131415161718192021222324
8222000000000000000

<tbody>
</tbody>
Allocations

Worksheet Formulas
CellFormula
C4=MMULT('Take Rate'!$BM7:$BV7+0,'Volume Summary'!C$60:C$69+0)

<tbody>
</tbody>

<tbody>
</tbody>



Put the formula in C4 and copy down and across as needed. Fairly short formula, but there are a few caveats. The part list on both the Take Rate sheet and the Allocations sheet must be in the same order. Also, the Product list on the Take Rate sheet and on the Volume Summary sheet must be the same size and order, just transposed.

Let us know if this works for you.
 
Last edited:
Upvote 0
OK, Take Rate sheet like this:

BCBMBNBOBPBQBRBSBTBUBV
5Products
6PartABCDEFGHIJ
7123123
8456417
9789
1011112345
11222
12

<tbody>
</tbody>
Take Rate



Volume Summary sheet like this:

BCDEFGHIJKLMNOPQ
59200020012002200320042005200620072008200920102011201220132014
60A101112131415161718192021222324
61B202131
62C302232
63D
64E
65F
66G
67H
68I
69J

<tbody>
</tbody>
Volume Summary



Allocations sheet like this:

BCDEFGHIJKLMNOPQ
3200020012002200320042005200620072008200920102011201220132014
4123140119170131415161718192021222324
545612088128000000000000
6789000000000000000
7111705576131415161718192021222324
8222000000000000000

<tbody>
</tbody>
Allocations

Worksheet Formulas
CellFormula
C4=MMULT('Take Rate'!$BM7:$BV7+0,'Volume Summary'!C$60:C$69+0)

<tbody>
</tbody>

<tbody>
</tbody>



Put the formula in C4 and copy down and across as needed. Fairly short formula, but there are a few caveats. The part list on both the Take Rate sheet and the Allocations sheet must be in the same order. Also, the Product list on the Take Rate sheet and on the Volume Summary sheet must be the same size and order, just transposed.

Let us know if this works for you.

Wow! i couldn't figure out what he was asking.. pretty cool!
 
Upvote 0

Forum statistics

Threads
1,215,548
Messages
6,125,468
Members
449,230
Latest member
ASBeard

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