DPChallenge: A Digital Photography Contest You are not logged in. (log in or register
 

DPChallenge Forums >> General Discussion >> Excel help please......
Pages:  
Showing posts 1 - 11 of 11, (reverse)
AuthorThread
07/24/2012 04:13:13 PM · #1
Ok I hope I word this right so that it is understandable. I am trying to design a spreadsheet that will monitor profits weekly and then plot it on a graph. The stock pays a dividend every month that gets re-invested at no charge. Plus I have purchased this stock a few times. I can get it to be accurate with one buy but I obviously am going about the formulas wrong to get it to calculate after a dividend / stock reinvest occurs. Does anyone know of a template or something that I can use to get it to give accurate numbers. Thanks in advance for any help
07/24/2012 04:41:37 PM · #2
What formula do you have in your spreadsheet now?
07/24/2012 05:41:46 PM · #3
pretty simple math....add this cell to this cell

$7.44 $6.98 $4.00 $9.47 28.0805 $0.46 29.2918 13.474228

col 1 = stock price
col 2 = orig purchase price
col 3 = commission
col 4 = profit col 8 - col 3
col 5 = numbeer of shares
these are for calculations only
col 6 = total amt of profit per share. col 2 - col 1
col 7 = recalc # shares sum of shares col
col 8 = total amt of profit col 6 x col 7

I hope this helps
07/24/2012 05:44:46 PM · #4
I would do it something like this:

Column 1 - No of shares
Column 2 - Current Share Price
Column 3 - Dividend

For the first cell in column 1, enter the current number of shares, from then on in column 1, the next cell down will the the previous cell + ((dividend / share price) rounded down to the nearest whole number)
This will give you the new number of shares assuming all the dividend is spent on shares at the current price.

The share price you'll need to enter for each month, along with the dividend unless you know how the dividend is paid out.

After all that you'll have a table with one row for each month, but you'll still have to enter the dividend and share price manually each month.

Is that the sort of thing you're looking to do?
07/24/2012 05:52:04 PM · #5
that's on the right track but I would like to break it down to a weekly annotation not a monthly one. I have never really worked in excel so I am trying to teach myself as I go.
07/24/2012 06:05:54 PM · #6
That could pose you problems, if you only want to apply the dividend at the start (or end) of each month you'll have to factor 4 of 5 week months in unless you want to add a manual marker that shows "pay dividend on this week" kind of thing. If you want to automate it you'll need to use an IF statement that determines if you are within 7 days of the start day of a month, it would look something like this (assuming A1 has the date):

=IF(DAY(A1)<7, dividend calculation, weekly calculation)
07/24/2012 06:11:46 PM · #7
You're bringing back memories of my C++ days...It has been so long since I have wrirtten anything like that but you have given me an idea
07/24/2012 06:13:56 PM · #8
Originally posted by cowboy221977:

You're bringing back memories of my C++ days...It has been so long since I have wrirtten anything like that but you have given me an idea


Looks like I've set you off in the right direction then. I'm off to bed, but good luck :)
07/24/2012 07:06:43 PM · #9
have you check the excel templates from Microsoft, they may have one that works for you.
07/24/2012 09:18:45 PM · #10
I have looked but haven't found any that suits me yet
07/25/2012 06:53:08 AM · #11
Originally posted by cowboy221977:

pretty simple math....add this cell to this cell

$7.44 $6.98 $4.00 $9.47 28.0805 $0.46 29.2918 13.474228

col 1 = stock price
col 2 = orig purchase price
col 3 = commission
col 4 = profit col 8 - col 3
col 5 = numbeer of shares
these are for calculations only
col 6 = total amt of profit per share. col 2 - col 1
col 7 = recalc # shares sum of shares col
col 8 = total amt of profit col 6 x col 7

I hope this helps

Where are you getting some or all of your information, is it from a internet site?
Is Col 1 a daily stock price?
Col 3: is commission a fixed amount in $ or %?

I will be glad to try to help create a spreadsheet for you. I just need to know if some of the info can be updated from the internet to make calculations easier.

Scott
Pages:  
Current Server Time: 08/12/2025 04:07:22 AM

Please log in or register to post to the forums.


Home - Challenges - Community - League - Photos - Cameras - Lenses - Learn - Help - Terms of Use - Privacy - Top ^
DPChallenge, and website content and design, Copyright © 2001-2025 Challenging Technologies, LLC.
All digital photo copyrights belong to the photographers and may not be used without permission.
Current Server Time: 08/12/2025 04:07:22 AM EDT.