How to format spreadsheet to accommodate 1 item with multiple buyers

petartist1

New Member
Joined
Mar 2, 2015
Messages
2
Hello and Thank-you all for looking at my question.

I’m not sure how to word my question to get a proper answer.

I want to do some inventory “control”

I have a spreadsheet made out and have a formula that deducts everytime an item is sold.
My problem is, how do I deduct with multiple buyers for 1 product.
Apple buyer bought 10 apples out of 100…. Formula deducts 10 with a balance of 90.
Triangle buyer bought 5 apples, restaurant bought 22 etc.
How do I format my spread sheet to accommodate one item with multiple buyers that will deduct everytime the item is sold?
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
create a table with buyers in the rows in the first column.The columns of the table would hold the amount of each product bought. At the bottom set a formula to sum the amounts of each product, and use this to deduct from your stock.
f.i.:
BuyersApplesTomatoesPineapple
Apple buyer10
Triangle buyer510
Restaurant buyer22304
SUM:653014

<tbody>
</tbody>









Stock of fruit
initial stock
sold
New stock
Apples
100
65
=[@initial stock]-[@sold]
Tomatoes
100
30
=[@initial stock]-[@sold]
Pineapple
100
14
=[@initial stock]-[@sold]

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

Forum statistics

Threads
1,215,338
Messages
6,124,346
Members
449,155
Latest member
ravioli44

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