Better way to do sumproduct

spcalan

Well-known Member
Joined
Jun 4, 2008
Messages
1,247
Here is my current formula

=SUMPRODUCT((Data!J$2:J$64997=Laurel!A30)*(Data!B$2:B$64997=Laurel!B$20)*(Data!E$2:E$64997=Laurel!C$20)*(Data!H$2:H$64997))/SUMPRODUCT((Data!J$2:J$64997=Laurel!A30)*(Data!B$2:B$64997=Laurel!B$20)*(Data!E$2:E$64997=Laurel!C$20)*(Data!F$2:F$64997))*100


I am basically looking up a week/plant/type and getting the pounds shipped divided by week/plant/type and getting the capacity shipped to get the % of utilization.

I have this formula 75 times on 13 worksheets.
Any way to get this so the formula is faster and more reliable?
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Does this work for you?

=SUMPRODUCT((Data!J$2:J$64997=Laurel!A30)*(Data!B$2:B$64997=Laurel!B$20)*(Data!E$2:E$64997=Laurel!C$20)*(Data!H$2:H$64997/Data!F$2:F$64997))*100

You would have to make sure there are no blanks or 0's in this range
Data!F$2:F$64997

Hope this helps..
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,520
Members
449,088
Latest member
RandomExceller01

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