Hi All,
Finally, a friend of mine put together a code for inventory valuation based on FIFO. In the attached data the purchases are listed on PO_Data sheet & Inventory on hand is on Inventory sheet.
The idea is - Code checks one item of inventory, on hand qty is matched against last received PO and decending order then a weighted average is computed and noted in the WTD_FOB_PRICE.
Problem (1) now is - The code exits after 3 items computed.
Second thing needs to be done - I need to find cost of goods sold for each customer. A sales details sheet is attached with items sold and rate info etc.
How can I fix problem # 1 & achieve COGS. Below is the code :
I am neither a VB nor an Excel guy... Please help..
Class Module # 1 -
![]()
Please Login or Register to view this content.
Class - Module # 2
![]()
Please Login or Register to view this content.
Bookmarks