A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

=RATE(17,1,-5) returns #NUM! but the answer should be about 18.9



 
 
Thread Tools Display Modes
  #1  
Old April 24th, 2006, 06:26 PM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default =RATE(17,1,-5) returns #NUM! but the answer should be about 18.9

Is there a way to get this function to generate the correct answer?
Essentially, I am trying to get the IRR for a cash for of $1 per year for 17
years given a $5 investment. My calculator gives the answer but I want to
program into Excel.


  #2  
Old April 24th, 2006, 07:59 PM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default =RATE(17,1,-5) returns #NUM! but the answer should be about 18.9

One way:

A
1 -5
2 1
3 1
....
18 1

20 =IRR(A1:A18) === 18.95%


Alternatively,

=IRR({-5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1})


In article ,
hapster wrote:

Is there a way to get this function to generate the correct answer?
Essentially, I am trying to get the IRR for a cash for of $1 per year for 17
years given a $5 investment. My calculator gives the answer but I want to
program into Excel.

  #3  
Old April 25th, 2006, 03:29 AM posted to microsoft.public.excel.misc
external usenet poster
 
Posts: n/a
Default =RATE(17,1,-5) returns #NUM! but the answer should be about 18.9

Another anomaly in the financial functions.

=Rate(17,-1,5) will give you the correct answer (18.95%), but
=Rate(17,1,-5) won't.

Giving Excel a decent guess solves the problem:
=Rate(17,-1,5,0,0,.2) and
=Rate(17,1,-5,0,0,.2) both work.

My HP12C will returns 18.95% in either case.

Amazing that Microsoft can't equal HP's 20-year old technology.

Hopefully they'll address this in the next release.

--
Regards,
Fred


"hapster" wrote in message
...
Is there a way to get this function to generate the correct answer?
Essentially, I am trying to get the IRR for a cash for of $1 per year for 17
years given a $5 investment. My calculator gives the answer but I want to
program into Excel.




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What to Ask and How to Answer Questions Erika Publisher 42 February 16th, 2006 06:39 PM
Trying to email a Snapshot File via Macro. ERROR: "The formats . titlepusher General Discussion 5 November 10th, 2005 03:53 AM
informative Messagebox! JOM General Discussion 19 November 7th, 2005 09:37 PM
Date Criteria problem AHopper Setting Up & Running Reports 2 September 7th, 2004 04:27 PM
**Trying to use answer from another formula cell in another formula KIMBERLY Worksheet Functions 1 April 27th, 2004 06:22 PM


All times are GMT +1. The time now is 08:40 AM.


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