simulate the growth of my invested capital given growth rate and capital gain tax

6diegodiego9

Board Regular
Joined
Jan 9, 2018
Messages
80
Office Version
  1. 2016
Platform
  1. Windows
I would like to simulate the growth of my capital invested in a stock.

Suppose these conditions:
- initial capital of 100.000$ (cell A1 = 100.000$)
- growth rate of +100%/month (cell A2 = 100%) (I know that it's too high to be realistic, it's just to make the numbers of my example simple to understand)
- capital gain tax 26% charged every month (cell A3 = 26%)

Manual calculations:
month 0: 100.000
month 1: 200.000 - ((200.000-100.000)*26%) = 174.000
month 2: 348.000 - ((348.000-174.000)*26%) = 302.760
month 3: 696.000 - ((696.000-348.000)*26%) = 605.520


Is it possible to realize a formula that given the numbers of monthes, returns the value at that month? (eg. given 1 returns 174.000 and given 3 returns 605.520)
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
are you sure your 3rd month calc is correct?


Excel 2010
AB
1$ 100,000.00
2100%
326%
43$ 526,802.40
Sheet1
Cell Formulas
RangeFormula
B4=(1+($A$2*(1-$A$3)))^A4*$A$1
 
Upvote 0
Ah, stupid me and thanks guys!

Correct manual calculations:

month 0: 100.000
month 1: 200.000 - ((200.000-100.000)*26%) = 174.000
month 2: 348.000 - ((348.000-174.000)*26%) = 302.760
month 3: 605.520 - ((605.520-302.760)*26%) = 526.802,4

Thanks guys! you're geniuses!
 
Upvote 0

Similar threads

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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