Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel
external usenet poster
 
Posts: 12
Default Correct formula for this

I wonder if someone more familiar with Excel could tell me the name of the
financial function to solve the following problem:

I invest $1,000 and 20 year later have $56,000. What was the annual rate of
return?

Many thanks!


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions, microsoft.public.excel
external usenet poster
 
Posts: 1
Default Correct formula for this

On Dec 12, 5:29 pm, "Andrew Chalk"
wrote:
I wonder if someone more familiar with Excel could tell me the name of the
financial function to solve the following problem:

I invest $1,000 and 20 year later have $56,000. What was the annual rate of
return?

Many thanks!


The formula is
=RATE(20,0,-1000,56000,0)

and the answer is 22%.

Mike Anas
http://mikeanas.googlepages.com/


From Excel's help library:
Returns the interest rate per period of an annuity. RATE is calculated
by iteration and can have zero or more solutions. If the successive
results of RATE do not converge to within 0.0000001 after 20
iterations, RATE returns the #NUM! error value.

Syntax

RATE(nper,pmt,pv,fv,type,guess)

For a complete description of the arguments nper, pmt, pv, fv, and
type, see PV.

Nper is the total number of payment periods in an annuity.

Pmt is the payment made each period and cannot change over the life
of the annuity. Typically, pmt includes principal and interest but no
other fees or taxes. If pmt is omitted, you must include the fv
argument.

Pv is the present value -- the total amount that a series of future
payments is worth now.

Fv is the future value, or a cash balance you want to attain after
the last payment is made. If fv is omitted, it is assumed to be 0 (the
future value of a loan, for example, is 0).

Type is the number 0 or 1 and indicates when payments are due.

Set type equal to If payments are due
0 or omitted At the end of the period
1 At the beginning of the period

Guess is your guess for what the rate will be.
If you omit guess, it is assumed to be 10 percent.
If RATE does not converge, try different values for guess. RATE
usually converges if guess is between 0 and 1.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Correct formula for this

In the example, it was not clear if Andrew made just one payment of $1,000
and after 20 years had $56,000 OR he made $1,000 payment once each year for
20 years (or is it 19?) and in 20 years had $56,000.

My own guess is that it was the former, just a one-time payment of $1,000.
If so, can the financial function be modified to apply to this? Or is there a
different function to find the rate?

"Mike" wrote:

On Dec 12, 5:29 pm, "Andrew Chalk"
wrote:
I wonder if someone more familiar with Excel could tell me the name of the
financial function to solve the following problem:

I invest $1,000 and 20 year later have $56,000. What was the annual rate of
return?

Many thanks!


The formula is
=RATE(20,0,-1000,56000,0)

and the answer is 22%.

Mike Anas
http://mikeanas.googlepages.com/


From Excel's help library:
Returns the interest rate per period of an annuity. RATE is calculated
by iteration and can have zero or more solutions. If the successive
results of RATE do not converge to within 0.0000001 after 20
iterations, RATE returns the #NUM! error value.

Syntax

RATE(nper,pmt,pv,fv,type,guess)

For a complete description of the arguments nper, pmt, pv, fv, and
type, see PV.

Nper is the total number of payment periods in an annuity.

Pmt is the payment made each period and cannot change over the life
of the annuity. Typically, pmt includes principal and interest but no
other fees or taxes. If pmt is omitted, you must include the fv
argument.

Pv is the present value -- the total amount that a series of future
payments is worth now.

Fv is the future value, or a cash balance you want to attain after
the last payment is made. If fv is omitted, it is assumed to be 0 (the
future value of a loan, for example, is 0).

Type is the number 0 or 1 and indicates when payments are due.

Set type equal to If payments are due
0 or omitted At the end of the period
1 At the beginning of the period

Guess is your guess for what the rate will be.
If you omit guess, it is assumed to be 10 percent.
If RATE does not converge, try different values for guess. RATE
usually converges if guess is between 0 and 1.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Correct formula for this

In my example. the initial investment ($1,000) was made only once, so RATE()
does not appear to be suitable.

Any suggestions?

Thanks,

Andrew

"TRYING" wrote in message
...
In the example, it was not clear if Andrew made just one payment of $1,000
and after 20 years had $56,000 OR he made $1,000 payment once each year
for
20 years (or is it 19?) and in 20 years had $56,000.

My own guess is that it was the former, just a one-time payment of $1,000.
If so, can the financial function be modified to apply to this? Or is
there a
different function to find the rate?

"Mike" wrote:

On Dec 12, 5:29 pm, "Andrew Chalk"
wrote:
I wonder if someone more familiar with Excel could tell me the name of
the
financial function to solve the following problem:

I invest $1,000 and 20 year later have $56,000. What was the annual
rate of
return?

Many thanks!


The formula is
=RATE(20,0,-1000,56000,0)

and the answer is 22%.

Mike Anas
http://mikeanas.googlepages.com/


From Excel's help library:
Returns the interest rate per period of an annuity. RATE is calculated
by iteration and can have zero or more solutions. If the successive
results of RATE do not converge to within 0.0000001 after 20
iterations, RATE returns the #NUM! error value.

Syntax

RATE(nper,pmt,pv,fv,type,guess)

For a complete description of the arguments nper, pmt, pv, fv, and
type, see PV.

Nper is the total number of payment periods in an annuity.

Pmt is the payment made each period and cannot change over the life
of the annuity. Typically, pmt includes principal and interest but no
other fees or taxes. If pmt is omitted, you must include the fv
argument.

Pv is the present value -- the total amount that a series of future
payments is worth now.

Fv is the future value, or a cash balance you want to attain after
the last payment is made. If fv is omitted, it is assumed to be 0 (the
future value of a loan, for example, is 0).

Type is the number 0 or 1 and indicates when payments are due.

Set type equal to If payments are due
0 or omitted At the end of the period
1 At the beginning of the period

Guess is your guess for what the rate will be.
If you omit guess, it is assumed to be 10 percent.
If RATE does not converge, try different values for guess. RATE
usually converges if guess is between 0 and 1.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Correct formula for this

On Dec 12, 7:50 pm, "Andrew Chalk"
wrote:
In my example. the initial investment ($1,000) was made only once, so RATE()
does not appear to be suitable.

Any suggestions?

Thanks,

Andrew

"TRYING" wrote in message

...



In the example, it was not clear if Andrew made just one payment of $1,000
and after 20 years had $56,000 OR he made $1,000 payment once each year
for
20 years (or is it 19?) and in 20 years had $56,000.


My own guess is that it was the former, just a one-time payment of $1,000.
If so, can the financial function be modified to apply to this? Or is
there a
different function to find the rate?


"Mike" wrote:


On Dec 12, 5:29 pm, "Andrew Chalk"
wrote:
I wonder if someone more familiar with Excel could tell me the name of
the
financial function to solve the following problem:


I invest $1,000 and 20 year later have $56,000. What was the annual
rate of
return?


Many thanks!


The formula is
=RATE(20,0,-1000,56000,0)


and the answer is 22%.


Mike Anas
http://mikeanas.googlepages.com/


From Excel's help library:
Returns the interest rate per period of an annuity. RATE is calculated
by iteration and can have zero or more solutions. If the successive
results of RATE do not converge to within 0.0000001 after 20
iterations, RATE returns the #NUM! error value.


Syntax


RATE(nper,pmt,pv,fv,type,guess)


For a complete description of the arguments nper, pmt, pv, fv, and
type, see PV.


Nper is the total number of payment periods in an annuity.


Pmt is the payment made each period and cannot change over the life
of the annuity. Typically, pmt includes principal and interest but no
other fees or taxes. If pmt is omitted, you must include the fv
argument.


Pv is the present value -- the total amount that a series of future
payments is worth now.


Fv is the future value, or a cash balance you want to attain after
the last payment is made. If fv is omitted, it is assumed to be 0 (the
future value of a loan, for example, is 0).


Type is the number 0 or 1 and indicates when payments are due.


Set type equal to If payments are due
0 or omitted At the end of the period
1 At the beginning of the period


Guess is your guess for what the rate will be.
If you omit guess, it is assumed to be 10 percent.
If RATE does not converge, try different values for guess. RATE
usually converges if guess is between 0 and 1.- Hide quoted text -


- Show quoted text -


The formula I posted is the correct one. It assumes a one-time
investment of 1000. Look closely at the function and its requirements
and you will see why.

=RATE(20,0,-1000,56000,0)

In plain English, the above formula is asking, what is the interest
rate per period if I invest 1,000 dollars today, make no periodic
additional investments, and end up with 56,000 dollars after 20
periods?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Correct formula for this

"Mike Anas" wrote in message
...
On Dec 12, 7:50 pm, "Andrew Chalk"
wrote:
In my example. the initial investment ($1,000) was made only once, so
RATE()
does not appear to be suitable.

Any suggestions?

Thanks,

Andrew

"TRYING" wrote in message

...




The formula I posted is the correct one. It assumes a one-time
investment of 1000. Look closely at the function and its requirements
and you will see why.

=RATE(20,0,-1000,56000,0)

In plain English, the above formula is asking, what is the interest
rate per period if I invest 1,000 dollars today, make no periodic
additional investments, and end up with 56,000 dollars after 20
periods?


Mike: Your verbal description is exactky what I want. Howver, my remarks (to
which you replied) wewre based on the following from the Excel help file for
RATE();

Pmt is the payment made each period and cannot change over the life of the
annuity. Typically, pmt includes principal and interest but no other fees or
taxes. If pmt is omitted, you must include the fv argument

It does say 'each' period. (Text from Office 2003 Help).

That is my only remaining confusion.


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Correct formula for this

Scrap my last response. I was referring to the wrong parameter!

Thanks for your explanation.

- A

"Mike Anas" wrote in message
...
On Dec 12, 7:50 pm, "Andrew Chalk"
wrote:
In my example. the initial investment ($1,000) was made only once, so
RATE()
does not appear to be suitable.

Any suggestions?

Thanks,

Andrew

"TRYING" wrote in message

...



In the example, it was not clear if Andrew made just one payment of
$1,000
and after 20 years had $56,000 OR he made $1,000 payment once each year
for
20 years (or is it 19?) and in 20 years had $56,000.


My own guess is that it was the former, just a one-time payment of
$1,000.
If so, can the financial function be modified to apply to this? Or is
there a
different function to find the rate?


"Mike" wrote:


On Dec 12, 5:29 pm, "Andrew Chalk"
wrote:
I wonder if someone more familiar with Excel could tell me the name
of
the
financial function to solve the following problem:


I invest $1,000 and 20 year later have $56,000. What was the annual
rate of
return?


Many thanks!


The formula is
=RATE(20,0,-1000,56000,0)


and the answer is 22%.


Mike Anas
http://mikeanas.googlepages.com/


From Excel's help library:
Returns the interest rate per period of an annuity. RATE is calculated
by iteration and can have zero or more solutions. If the successive
results of RATE do not converge to within 0.0000001 after 20
iterations, RATE returns the #NUM! error value.


Syntax


RATE(nper,pmt,pv,fv,type,guess)


For a complete description of the arguments nper, pmt, pv, fv, and
type, see PV.


Nper is the total number of payment periods in an annuity.


Pmt is the payment made each period and cannot change over the life
of the annuity. Typically, pmt includes principal and interest but no
other fees or taxes. If pmt is omitted, you must include the fv
argument.


Pv is the present value -- the total amount that a series of future
payments is worth now.


Fv is the future value, or a cash balance you want to attain after
the last payment is made. If fv is omitted, it is assumed to be 0 (the
future value of a loan, for example, is 0).


Type is the number 0 or 1 and indicates when payments are due.


Set type equal to If payments are due
0 or omitted At the end of the period
1 At the beginning of the period


Guess is your guess for what the rate will be.
If you omit guess, it is assumed to be 10 percent.
If RATE does not converge, try different values for guess. RATE
usually converges if guess is between 0 and 1.- Hide quoted text -


- Show quoted text -


The formula I posted is the correct one. It assumes a one-time
investment of 1000. Look closely at the function and its requirements
and you will see why.

=RATE(20,0,-1000,56000,0)

In plain English, the above formula is asking, what is the interest
rate per period if I invest 1,000 dollars today, make no periodic
additional investments, and end up with 56,000 dollars after 20
periods?



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel
external usenet poster
 
Posts: 8,651
Default Correct formula for this

Same answer you get from =(A2/A1)^(1/A3)-1
if your 1000, 56000, and 20 parameters are in A1, A2, A3 respectively.
--
David Biddulph

"Mike" wrote in message
...
On Dec 12, 5:29 pm, "Andrew Chalk"
wrote:
I wonder if someone more familiar with Excel could tell me the name of
the
financial function to solve the following problem:

I invest $1,000 and 20 year later have $56,000. What was the annual rate
of
return?

Many thanks!


The formula is
=RATE(20,0,-1000,56000,0)

and the answer is 22%.

Mike Anas
http://mikeanas.googlepages.com/


From Excel's help library:
Returns the interest rate per period of an annuity. RATE is calculated
by iteration and can have zero or more solutions. If the successive
results of RATE do not converge to within 0.0000001 after 20
iterations, RATE returns the #NUM! error value.

Syntax

RATE(nper,pmt,pv,fv,type,guess)

For a complete description of the arguments nper, pmt, pv, fv, and
type, see PV.

Nper is the total number of payment periods in an annuity.

Pmt is the payment made each period and cannot change over the life
of the annuity. Typically, pmt includes principal and interest but no
other fees or taxes. If pmt is omitted, you must include the fv
argument.

Pv is the present value -- the total amount that a series of future
payments is worth now.

Fv is the future value, or a cash balance you want to attain after
the last payment is made. If fv is omitted, it is assumed to be 0 (the
future value of a loan, for example, is 0).

Type is the number 0 or 1 and indicates when payments are due.

Set type equal to If payments are due
0 or omitted At the end of the period
1 At the beginning of the period

Guess is your guess for what the rate will be.
If you omit guess, it is assumed to be 10 percent.
If RATE does not converge, try different values for guess. RATE
usually converges if guess is between 0 and 1.



  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel
external usenet poster
 
Posts: 524
Default Correct formula for this

Wed, 12 Dec 2007 17:29:14 -0600 from Andrew Chalk
:
I wonder if someone more familiar with Excel could tell me the name of the
financial function to solve the following problem:

I invest $1,000 and 20 year later have $56,000. What was the annual rate of
return?


Insert | Function, and in the serach window type
rate of return


--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
"If there's one thing I know, it's men. I ought to: it's
been my life work." -- Marie Dressler, in /Dinner at Eight/
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
What is the correct formula for IF C5 = Y, then L5 *.06? pegdog Excel Worksheet Functions 4 October 10th 07 04:51 AM
Need the correct formula Rob K Excel Discussion (Misc queries) 4 May 10th 07 02:53 AM
Please Correct the formula Dummy Excel Discussion (Misc queries) 0 April 16th 07 12:20 AM
How do I correct this formula? Rebecca Excel Worksheet Functions 2 March 24th 06 02:37 AM
What's the correct formula? zubee Excel Discussion (Misc queries) 4 September 5th 05 04:45 PM


All times are GMT +1. The time now is 05:45 PM.

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

About Us

"It's about Microsoft Excel"