Sumproduct picking off just one result in the lookup table for multiplication

davodka

New Member
Joined
Feb 25, 2013
Messages
13
Hi,

I have item numbers in "incremental net price" and in "Pricing" tab. I'm trying to pull the "Net price" from the "pricing tab" and multply the price by my quanity in the "incremental" tab. Problem is that the pricing tab has multiple results and it just so happens that the values are duplicated somewhat.

So when I do the sumproduct multiplication +SUMPRODUCT(SUMIF(F4:F78,Pricing!B11:B36,H4:H78)*(Pricing!D11:D36)), multiple pricings will be returned, hence doubling the pricing I want. The ultimate number I want to get to is $2,238.73, but when I take one net price off the "pricing tab", the entire equation is evaluating based on the one pricing item short, so simply dividing all the numbers by one half will not work.

So I'm hoping the sumproduct can just pick one result from the "pricing" tab and multiply that by the quanity in the "incremental net price" tab, irrespective of how many duplicates are in the pricing tab.

Someone please help.
Item # </SPAN> Net Price </SPAN>
1757160</SPAN> 19.01 </SPAN>
1760198</SPAN> 17.52 </SPAN>
1820984</SPAN> 19.01 </SPAN>
1821099</SPAN> 17.52 </SPAN>
1454453 2.48 </SPAN>
1454453 2.48 </SPAN>
1454461 3.39 </SPAN>
1454461 3.39 </SPAN>
1454487 2.72 </SPAN>

<TBODY>
</TBODY><COLGROUP><COL><COL><COL></COLGROUP>



EM_ITEM_NUM </SPAN> QTY </SPAN>
1454461</SPAN>7</SPAN>
1454511</SPAN>3</SPAN>
1479286</SPAN>3</SPAN>
1479310</SPAN>4</SPAN>
1454461</SPAN>2</SPAN>
1454487</SPAN>2</SPAN>
1454511</SPAN>3</SPAN>
1479286</SPAN>1</SPAN>
1479310</SPAN>9</SPAN>
3683810</SPAN>2</SPAN>
1454453</SPAN>1</SPAN>
1454487</SPAN>3</SPAN>
1454511</SPAN>2</SPAN>
1479286</SPAN>4</SPAN>

<TBODY>
</TBODY><COLGROUP><COL><COL><COL></COLGROUP>

<TBODY>
</TBODY>

Michael
 
Last edited:

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type

Forum statistics

Threads
1,213,560
Messages
6,114,304
Members
448,564
Latest member
ED38

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