Stock keeping spreadsheet

lazarandreiflorin

New Member
Joined
Dec 16, 2018
Messages
34
I want to create a spreadsheet for stock keeping for a grain silo plant. I have come up with something, I will attach it.
What formula should I use so that the quantity in row C7:J7 updates automatically when the operators type in processes like in the example based on the criteria for type of product, client and bin number and also based on the type of process. For intake the quantity should be added and for outtake it should be subtracted. In the attached photo I put in as example two processes and after that the quantity for bin C1 should show 750.
Hope I made myself clear. English is not my first language.
Thank you in advance
 

Attachments

  • Untitled1.png
    Untitled1.png
    28.6 KB · Views: 17

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Assuming that your top-left cells is A1.
Excel Formula:
B4: =SUMIFS(G6:G100,E6:E100,B1)-SUMIFS(G6:G100,D6:D100,B1)
I hope that gets you started.
 
Upvote 0

Forum statistics

Threads
1,215,090
Messages
6,123,061
Members
449,091
Latest member
ikke

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