Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
hapster
 
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   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
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   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith
 
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.




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 Answer Wizard BROKEN Mark Diaz Excel Discussion (Misc queries) 1 March 11th 05 10:19 PM
Display answer only in another cell of one containing a formula Mally Excel Discussion (Misc queries) 5 January 21st 05 01:07 PM
How to solve a formula so that it returns actual answer if negati. Wayne Excel Discussion (Misc queries) 2 December 22nd 04 07:46 PM
Logic statement returns wrong answer. Tony Excel Worksheet Functions 2 December 2nd 04 05:07 AM
coverting answer from Radian mode to degree mode Xmastrzman Excel Worksheet Functions 1 November 10th 04 04:45 PM


All times are GMT +1. The time now is 10:20 AM.

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"