- #1
ebroc
- 2
- 0
Hi
I'm trying to calculate at what point my investment will reach it's target. I'm fine doing this starting from zero using
number of periods = log(1+ ((FV * R)/P)) / log (1+R)
FV = Future Value
R = Rate
P = Monthly Investment
But what if I already have \$20000 in my account and want to know when it will reach \$50000 if I am saving \$1000 from now onwards. Assuming interest is compounded monthly.
Hope this is clear. Thanks for looking
Regards
E
I'm trying to calculate at what point my investment will reach it's target. I'm fine doing this starting from zero using
number of periods = log(1+ ((FV * R)/P)) / log (1+R)
FV = Future Value
R = Rate
P = Monthly Investment
But what if I already have \$20000 in my account and want to know when it will reach \$50000 if I am saving \$1000 from now onwards. Assuming interest is compounded monthly.
Hope this is clear. Thanks for looking
Regards
E