Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
No News
 
Posts: n/a
Default help needed for Internal rate of return

Hi.

I am new to this group.

I am having the values in cells a1 to a23 . 1000 in each cell

In the a24 cell the value entered was 24000

Now I want to have the INTERNAL RATE OF RETURN in the cell a25

I put the formula as =IRR(a1:a24)

Now I have the following error.

"The formula or function used is dividing by zero or empty cell"

Any help is awaited.

TT





  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave
 
Posts: n/a
Default help needed for Internal rate of return

No News

I just checked the help on the IRR function and you need to have at least
one postitive and one negative value in your array. If all your values are
1000 that does not work.

Dave

"No News" wrote in message
...
Hi.

I am new to this group.

I am having the values in cells a1 to a23 . 1000 in each cell

In the a24 cell the value entered was 24000

Now I want to have the INTERNAL RATE OF RETURN in the cell a25

I put the formula as =IRR(a1:a24)

Now I have the following error.

"The formula or function used is dividing by zero or empty cell"

Any help is awaited.

TT







  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default help needed for Internal rate of return

No News wrote:
I am having the values in cells a1 to a23 . 1000 in each cell
In the a24 cell the value entered was 24000
Now I want to have the INTERNAL RATE OF RETURN in the cell a25
I put the formula as =IRR(a1:a24)
Now I have the following error.
"The formula or function used is dividing by zero or empty cell"


You need to show direction of cash flows by using the sign of the
number. The choice of negative and positive is arbitrary. Most people
use "-" to represent outflows (1000?) and "+" or no sign to represent
inflows (24000?).

But that alone will not solve your problem. When I use -1000 and
24000, I still get #DIV/0. The problem is: you need a "guess"
parameter for this cash flow. The default guess is 10%. I found that
1% works well.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
No News
 
Posts: n/a
Default help needed for Internal rate of return

Dear,

First of all thank you for your response.

I also occur the same. That is to say upto 1% it worked well.

But below that........????

any help?

TT

wrote in message
oups.com...
No News wrote:
I am having the values in cells a1 to a23 . 1000 in each cell
In the a24 cell the value entered was 24000
Now I want to have the INTERNAL RATE OF RETURN in the cell a25
I put the formula as =IRR(a1:a24)
Now I have the following error.
"The formula or function used is dividing by zero or empty cell"


You need to show direction of cash flows by using the sign of the
number. The choice of negative and positive is arbitrary. Most people
use "-" to represent outflows (1000?) and "+" or no sign to represent
inflows (24000?).

But that alone will not solve your problem. When I use -1000 and
24000, I still get #DIV/0. The problem is: you need a "guess"
parameter for this cash flow. The default guess is 10%. I found that
1% works well.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
No News
 
Posts: n/a
Default help needed for Internal rate of return


wrote in message
oups.com...
No News wrote:
I am having the values in cells a1 to a23 . 1000 in each cell
In the a24 cell the value entered was 24000
Now I want to have the INTERNAL RATE OF RETURN in the cell a25
I put the formula as =IRR(a1:a24)
Now I have the following error.
"The formula or function used is dividing by zero or empty cell"


You need to show direction of cash flows by using the sign of the
number. The choice of negative and positive is arbitrary. Most people
use "-" to represent outflows (1000?) and "+" or no sign to represent
inflows (24000?).

But that alone will not solve your problem. When I use -1000 and
24000, I still get #DIV/0. The problem is: you need a "guess"
parameter for this cash flow. The default guess is 10%. I found that
1% works well.


microsoft.public.excel.worksheet.functions



news.microsoft.com





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default help needed for Internal rate of return

No News wrote:
I also occur the same. That is to say upto 1% it worked well.
But below that........????


I do not understand the question. You might need to use a different
"guess" for each situation. For some situations (like this one, in
fact), a "guess" less than 1% might work even better. In fact, some
people claim (I believe) that -10% "always" works. I cannot imagine
why it would, if that is indeed the case. Are you asking how to choose
a "guess"?

By the way, are you aware that IRR() returns the rate per period? So
if you have monthly cash flows, the IRR() returns a monthly rate. If
you always want an annual rate, you will need to do one of two things,
depending on which "school" you want to follow: (a) either multiply
the monthly rate by 12; or (b) compute the compounded rate with one of
the following:

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

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

IMHO, the compounded rate is the "right" answer. But there are many
academic sources that simply multiply by 12. I suspect that stems from
how, in the US, savings and loan annual interest rates are "downsized"
for shorter periods, namely by dividing the annual rate by the number
of periods.

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
No News
 
Posts: n/a
Default help needed for Internal rate of return

Dear,

Thank you verymuch for providing me these much of informative details.

TT


wrote in message
oups.com...
No News wrote:
I also occur the same. That is to say upto 1% it worked well.
But below that........????


I do not understand the question. You might need to use a different
"guess" for each situation. For some situations (like this one, in
fact), a "guess" less than 1% might work even better. In fact, some
people claim (I believe) that -10% "always" works. I cannot imagine
why it would, if that is indeed the case. Are you asking how to choose
a "guess"?

By the way, are you aware that IRR() returns the rate per period? So
if you have monthly cash flows, the IRR() returns a monthly rate. If
you always want an annual rate, you will need to do one of two things,
depending on which "school" you want to follow: (a) either multiply
the monthly rate by 12; or (b) compute the compounded rate with one of
the following:

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

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

IMHO, the compounded rate is the "right" answer. But there are many
academic sources that simply multiply by 12. I suspect that stems from
how, in the US, savings and loan annual interest rates are "downsized"
for shorter periods, namely by dividing the annual rate by the number
of periods.



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
FVSCHEDULE should allow cell reference for interest rate schedule Philipm Excel Worksheet Functions 1 January 25th 06 10:20 AM
"In Today's Dollars" help needed... Rick B Excel Worksheet Functions 4 January 12th 06 04:08 PM
XNPV vs. NPV(quarterly) different results magis Excel Worksheet Functions 3 January 6th 06 05:21 PM
Real RATE of return using =RATE illusive, inflation adjusted inflo Pro - Land Excel Worksheet Functions 4 November 1st 05 03:06 AM
How do create a formula to evalute a # to return 1 of 4 conditions Larry Excel Worksheet Functions 4 May 29th 05 12:58 AM


All times are GMT +1. The time now is 09:26 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"