FIFO Inventory problem

srodriguezv

New Member
Joined
May 26, 2017
Messages
7
Hey guys,
This is my first post in this forum.
First of all I would like to be excused for my english, im from Chile so my native language is spanish. Ill try to do my best to explain my problem.
So I have this excel file with a macro to introduce the products, in my case shares, with the amount, price, date and type of movement (buy or sell).
The thing is that when i sell i want to do it by the FIFO method but im not achieving that.
I can upload my file with an example of what is doing wrong.

For example first ill buy 100 shares of Apple with the price of $15 per share,
then ill buy 50 shares more with a price of $20 per share,
to finally sell 120 shares for a price of $25 per share.

if i do the mental math my gain of capital with FIFO method should be:
100*(25-15) + 20*(25-20) = 1100
But im not getting that.
Please if you could help me ill be very happy.

Thanks

I've done the same post in another forum but got no answer
https://www.excelforum.com/excel-programming-vba-macros/1186919-fifo-inventory-problem.html#post4663079
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
sorry im not able to attach my excel
but you can see it in this link
https://www.excelforum.com/excel-programming-<acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: rgb(0, 0, 0); cursor: help; color: rgb(51, 51, 51); background-color: rgb(250, 250, 250);">vba</acronym>-macros/1186919-fifo-inventory-problem.html#post4663079
 
Upvote 0
Excel Forum requires login to download files or view pictures so I don't think everyone can see your file. Can you take a screen shot? And upload the image to a website like Imgur.com and put the image here
 
Upvote 0
No one can upload files to this site. But there are tools you can use to post screen images. They are listed in Section B of this link here: http://www.mrexcel.com/forum/board-a...forum-use.html.

Also, there is a Test Here forum on this board that you can use to test out these tools to make sure they are working correctly before using them in your question.
 
Upvote 0
Imgur: The most awesome images on the Internet
in this image is my main sheet in which you type the information, i mean kind of transaction( buy or sell), amount of stocks, price per unit, date

Imgur: The most awesome images on the Internet
in this image you can see where the info goes to, the macro generates a sheet per stock entered in the program


the rest of the images are form my vba code.
Imgur: The most awesome images on the Internet

Imgur: The most awesome images on the Internet

Imgur: The most awesome images on the Internet

Imgur: The most awesome images on the Internet

Imgur: The most awesome images on the Internet

thanks.
 
Upvote 0

Forum statistics

Threads
1,215,332
Messages
6,124,314
Members
449,153
Latest member
JazzSingerNL

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