ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Compounded Growth calculation Excel (https://www.excelbanter.com/excel-discussion-misc-queries/114939-compounded-growth-calculation-excel.html)

Andre

Compounded Growth calculation Excel
 
Greetings, some assistance would be much appreciated with the following
calculations:

1. Say you decided to invest 24 280 for 10 years and say on maturity it is
worth 68 941 - How do I calculate that in Excel with an Excel
function/formula?

2. If I said that the maturity value (68 941) is 29 121 in todays money -
How would I calculate that in Excel with an Excel function/formula?

3. Lastly if I said that the final amount (29 121) would give me a monthly
pension of 291 per month. How would I calculate that in Excel with an Excel
function/formula?

Andre










Rob J

Compounded Growth calculation Excel
 
There are a ton of financial functions built right in to Excel that should
handle all three of these. Just go to help and type Financial Functions.

PV = Present Value function
FV = Future Value function
etc.

"Andre" wrote:

Greetings, some assistance would be much appreciated with the following
calculations:

1. Say you decided to invest 24 280 for 10 years and say on maturity it is
worth 68 941 - How do I calculate that in Excel with an Excel
function/formula?

2. If I said that the maturity value (68 941) is 29 121 in todays money -
How would I calculate that in Excel with an Excel function/formula?

3. Lastly if I said that the final amount (29 121) would give me a monthly
pension of 291 per month. How would I calculate that in Excel with an Excel
function/formula?

Andre










Andre

Compounded Growth calculation Excel
 
Rob J - Thanks for reply, however I find that the FV calculates the future
value based on a number of constant PERIODIC payments however the first
calculation is only a ONCE OFF investment of 24 280 and returns 68 941 after
10 years

"Andre" wrote:

Greetings, some assistance would be much appreciated with the following
calculations:

1. Say you decided to invest 24 280 for 10 years and say on maturity it is
worth 68 941 - How do I calculate that in Excel with an Excel
function/formula?

2. If I said that the maturity value (68 941) is 29 121 in todays money -
How would I calculate that in Excel with an Excel function/formula?

3. Lastly if I said that the final amount (29 121) would give me a monthly
pension of 291 per month. How would I calculate that in Excel with an Excel
function/formula?

Andre










Brad

Compounded Growth calculation Excel
 
For items 1 and 2

=(FV/PV)^(1/years)-1

=(68.942/24.28)^(1/10)-1

=11%

Don't have enough information for #3

"Andre" wrote:

Greetings, some assistance would be much appreciated with the following
calculations:

1. Say you decided to invest 24 280 for 10 years and say on maturity it is
worth 68 941 - How do I calculate that in Excel with an Excel
function/formula?

2. If I said that the maturity value (68 941) is 29 121 in todays money -
How would I calculate that in Excel with an Excel function/formula?

3. Lastly if I said that the final amount (29 121) would give me a monthly
pension of 291 per month. How would I calculate that in Excel with an Excel
function/formula?

Andre










[email protected]

Compounded Growth calculation Excel
 
Andre wrote:
1. Say you decided to invest 24 280 for 10 years and say on maturity it is
worth 68 941 - How do I calculate that in Excel with an Excel
function/formula?


How do you calculate what: the rate of return? If so:

=rate(10, 0, -24280, 68941)

2. If I said that the maturity value (68 941) is 29 121 in today's money -
How would I calculate that in Excel with an Excel function/formula?


Over how many years: 10 again? If so:

=rate(10, 0, -29121, 68941)

3. Lastly if I said that the final amount (29 121) would give me a monthly
pension of 291 per month. How would I calculate that in Excel with an Excel
function/formula?


Do you really mean "final amount"? 29121 was the initial amount in #2.
And over how many years: 10 again?

To compute the __monthly__ rate of return if you invested 29121 and you
wanted 291 per month and 68941 after 10 years:

=rate(10*12, 291, -29121, 68941)

The compounded annual rate of return can be computed with either one of
the following:

=fv(rate(...), 12, 0, -1) - 1

=(1 + rate(...))^12 - 1


Andre

Compounded Growth calculation Excel
 
Much appreciated and Brad, thanks for your help.

" wrote:

Andre wrote:
1. Say you decided to invest 24 280 for 10 years and say on maturity it is
worth 68 941 - How do I calculate that in Excel with an Excel
function/formula?


How do you calculate what: the rate of return? If so:

=rate(10, 0, -24280, 68941)

2. If I said that the maturity value (68 941) is 29 121 in today's money -
How would I calculate that in Excel with an Excel function/formula?


Over how many years: 10 again? If so:

=rate(10, 0, -29121, 68941)

3. Lastly if I said that the final amount (29 121) would give me a monthly
pension of 291 per month. How would I calculate that in Excel with an Excel
function/formula?


Do you really mean "final amount"? 29121 was the initial amount in #2.
And over how many years: 10 again?

To compute the __monthly__ rate of return if you invested 29121 and you
wanted 291 per month and 68941 after 10 years:

=rate(10*12, 291, -29121, 68941)

The compounded annual rate of return can be computed with either one of
the following:

=fv(rate(...), 12, 0, -1) - 1

=(1 + rate(...))^12 - 1




All times are GMT +1. The time now is 05:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com