Hi all,
I'm working on an inventory management system that has the following sheets:
- MASTER inventory
- Incoming transactions
- Outgoing transactions
My question is how to I get the MASTER inventory to show a location based on transactions entered into the incoming transactions tab?
Currently the items are entered manually into the Master inventory and then current stock will update when an item is entered into the incoming transactions sheet via a form using SUMIF functions matching rows using 'item name', 'category', 'sub-category', 'size' and 'team'. There could be multiple entries in the incoming transactions sheet with the same criteria. For example I may enter 3 size 8 stan smith shoes today and another 5 tomorrow. The Master inventory would update current stock accordingly (8 of this item added to the current stock column).
I would need the latest incoming transaction to set the location and override any previous locations that match the same criteria of 'item name', 'category', 'sub-category', 'size' and 'team'.