Updating Inventory Totals

francoiscj1

New Member
Joined
Aug 21, 2017
Messages
22
I have an inventory worksheet and I would like to do the following:

1. I would like the current inventory quantity (on hand) (Column E) to increase when inventory is received (Column J) and decrease when inventory is issued (Column L) by item code (Column B).

2. I would like a vlookup formula to extract data (B9:O36) by date (F5).

Thank you for your help.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hi we could find a solution easier if you could post some sample data.
 
Upvote 0
Column B Date
Column C Item Code
Column D Item Name
Column E Item Description
Column F Current Inventory Qty 10 + 10 - 5
Column G Current Inventory Total 10
Column K Receipt Qty 10
Column L Receipt Total 10 (Receipt Qty will be added to Current Inventory); Formula to be modified: (=IF(C9=C8),"",(C:C,C9,K:K))
Column M Issuance Qty 5
Column N Issuance Total 5 (Issuance Qty will be subtracted from Current Inventory); Formula to be modified: (=IF(C9=C8),"",(C:C,C9,M:M))

For Vlookup: Date is in cell F5 and data is B9:P35




 
Upvote 0

Forum statistics

Threads
1,215,772
Messages
6,126,801
Members
449,337
Latest member
BBV123

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