Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default 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









  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default 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









  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default 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









  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default 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









  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 418
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Multiple Excel versions. Naveen Mukkelli Excel Discussion (Misc queries) 0 May 16th 06 12:55 AM
Calculation Excel 2000 - Excel 2003 Hege M Excel Discussion (Misc queries) 0 May 11th 06 12:18 PM
How do I see the formula calculation used in Excel functions box Angela Excel Worksheet Functions 2 April 28th 06 05:49 PM
Calculation Setting in Excel Stuart Bisset Excel Discussion (Misc queries) 0 June 17th 05 09:54 AM


All times are GMT +1. The time now is 04:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"