$ Total a Quantity from Lowest to Highest Price

walkingdead4435

New Member
Joined
Dec 26, 2013
Messages
4
Hello everyone. I am really stumped on this problem and I am not even sure if a macro is needed to solve it. Sure looks like it though.


Please see below.

ABCDEFGHIJK
1Current StockSale
2ItemTypeQtyPriceTotalItemQtyTotalCalculation:
3AGood6$5.00$30.00A3$1.00=2@$0 + 1@$1
4AGood2$4.00$8.00A2$2.00=2@$1
5ABad2$0.00$0.00A9$27.00=4@$1 + 2@$4 + 3@$5
6ABad7$1.00$7.00B7$40.00=2@$0 +5@$8
7BGood8$8.00$64.00
8BBad2$0.00$0.00

<tbody>
</tbody>



In this sheet there is a Current Stock table and a Sale table. The cells J3:J6 will initially be empty and this is what I would like to populate.


The Total in column J for each Item should be a dollar amount such that it equals the sum of [the lowest price of that item in the Current Stock table times the available quantity of that price]


Therefore, item A in cell H6 with a quantity of 3 will have a dollar total (2 x $0 + 1 x $1). Since there were only 2 units at $0 each in the current stock table, there is no available stock at this price anymore, while there remains 6 left of A priced at $1.


Thus, item A in cell H7 with a quantity of 2 will have a dollar total of (2 x $ 1). Now there are only 4 left of item A priced at $1 each in the Current Stock table.


As such, item A in cell H8 with a quantity of 9 will have a dollar total of (4 x $1 + 2 x $4 + 3 x $5).


And so on and so forth for the rest of the items.




In another sheet below, the requirement is similar, but this time, there is a Type condition in the sale, which restricts the pricing of the item at the specified type.


ABCDEFGHIJK
1Current StockSale
2ItemTypeQtyPriceTotalItemTypeQtyTotalCalculation:
3AGood6$5.00$30.00ABad3$1.00=2@$0 + 1@$1
4AGood2$4.00$8.00AGood2$8.00=2@$4
5ABad2$0.00$0.00BBad2$0.00=2@$0
6ABad7$1.00$7.00
7BGood8$8.00$64.00
8BBad2$0.00$0.00

<tbody>
</tbody>




I hope that made sense. I have am having a really hard time figuring out how to do this. Any help/guidance would be very much appreciated.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,214,632
Messages
6,120,652
Members
448,975
Latest member
sweeberry

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