6diegodiego9
Board Regular
- Joined
- Jan 9, 2018
- Messages
- 80
- Office Version
- 2016
- Platform
- 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)
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)