Stock In and Stock Out Balance per transaction in excel

Peter888

New Member
Joined
Aug 15, 2017
Messages
16
Hi, i want to know if it is possible to make detailed inventory stock balance per transaction between date i choose rather than monthly. It keeps tracking how many specific items i have left per that date. I made transaction history tracker which act as date filter on my excel. Can someone give me some idea on how to make it possible to track each transaction end balance? I made a In, Out, Inventory List Sheet. In sheet had a table with all stock in transaction, Out sheet had a table with all stock out transaction and Inventory list had beginning stock amount and name.

GE]
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Customer Sheet
Stock Inventory.xlsm
C
3Customer Name
4Jack
5Tom
6Tony
7Mia
8Allen
9Eric
10David
11Mark
Customer List


Inventory Name and Beginning Stock List

Code NameProduct NameStockInOutBalanceUnit Name
Apple 1Fuji Apple1,000-100+[@In]-[@Out]]900Pcs
Apple 2Wanshang Apple5004050+[@In]-[@Out]]490Pcs
Orange 1Navel Orange200--+[@In]-[@Out]]200Pcs
Orange 2Valencia Orange150--+[@In]-[@Out]]150Pcs


Stock In Transaction List

Stock Inventory.xlsm
EFGHK
3Delivery IDItem NameProduct NameQTYDescription
401-Jan-00Apple 2Wanshang Apple40Purchased from Greenfield Farm
In database
Cell Formulas
RangeFormula
G4G4=IFERROR(VLOOKUP($F4,Table4[[Code Name]:[Unit Name]],2,0),"")
Named Ranges
NameRefers ToCells
In=SalesData4[Item Name]G4
Cells with Data Validation
CellAllowCriteria
F4List=NomorKodeBarang


Stock Out Transaction List

Stock Inventory.xlsm
DEFGHIJK
3DateDelivery Order IDCustomer NameItem CodeItem NameQTYDescriptionListDoc
411-Okt-211MiaApple 1Fuji Apple100Payment by cash1
511-Okt-212JackApple 2Wanshang Apple50Payment by credit2
Out database
Cell Formulas
RangeFormula
H4:H5H4=IFERROR(VLOOKUP($G4,Table4[[Code Name]:[Unit Name]],2,0),"")
K4K4=MIN([Delivery Order ID])
K5K5=IFERROR(IF(K4+1<$K$4+COUNTIF([Line'#],1),K4+1,""),"")
Named Ranges
NameRefers ToCells
Out=SalesData[Item Code]H4
Cells with Data Validation
CellAllowCriteria
F4:F5List=NamaPerusahaan
G4:G5List=NomorKodeBarang


Inventory Report

Cell Formulas
RangeFormula
B5B5=IFERROR(VLOOKUP($B4,Table4[[Code Name]:[Unit Name]],2,0),"")
F10:F42F10=SUMIFS(InQTY,In,'Inventory Report'!$B$4,DateIn,'Inventory Report'!B10)
G10:G42G10=SUMIFS(QTY,Out,'Inventory Report'!$B$4,Date,'Inventory Report'!B10)
H10H10=Table4[Stock]+F10-G10
H11:H42H11=H10+F11-G11
B10B10='Inventory Report'!G5
B11:B42B11=IF(B10<'Inventory Report'!$G$6,'Inventory Report'!B10+1,"")
Cells with Data Validation
CellAllowCriteria
B4List=NomorKodeBarang
 
Upvote 0
I need someone to give me idea how to fix total balance at Inventory Report based on specific date
 
Upvote 0

Forum statistics

Threads
1,214,589
Messages
6,120,415
Members
448,960
Latest member
AKSMITH

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