Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default XIRR function breaking down (#NUM)

Hi guys,

Know this is a forum for VBA questions and I have done quite a bit of
programming so that I will shoot this by the pros here :)

I have the following data:

Date* Value
31-Dec-06 -353,727,346
30-Nov-07 -70,866,490
31-Dec-07 333,502,702
31-Jan-08 507,604
29-Feb-08 -1,841,266
31-Mar-08 -1,125,842
30-Apr-08 -950,991
31-May-08 -193,437
30-Jun-08 -444,026
31-Jul-08 -962,122
31-Aug-08 -2,059,591
30-Sep-08 58,164
31-Oct-08 -1,040,522
30-Nov-08 -2,766,378
31-Dec-08 -46,006,913


For some reason my XIRR function will not work (even if I provide a
negative guess). I have calculated the TSR on a yearly basis which is
approx -24% and the total drop over the two years is approx -42%.

Anyone have a clue why my Excel only gives me #Num. Using VBA I have
sorted the data in terms of first date and then amount. Still have the
error...

Any help would be truly appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 735
Default XIRR function breaking down (#NUM)

Perhaps factor the data down by 3 orders of magnitude will get it to work?

--

Regards,
Nigel




"Eric G" wrote in message
...
For some reason, the last value is causing the #NUM error. I found that
changing the last value to -42,768,026 (which leads to XIRR = -0.59994)
works, but anything larger than that doesn't. It could be that the model
is
unable to converge in 100 iterations for larger values. Seems strange
that
the model breaks when you get to XIRR = -0.6.

HTH,

Eric

"Wesslan" wrote:

Hi guys,

Know this is a forum for VBA questions and I have done quite a bit of
programming so that I will shoot this by the pros here :)

I have the following data:

Date* Value
31-Dec-06 -353,727,346
30-Nov-07 -70,866,490
31-Dec-07 333,502,702
31-Jan-08 507,604
29-Feb-08 -1,841,266
31-Mar-08 -1,125,842
30-Apr-08 -950,991
31-May-08 -193,437
30-Jun-08 -444,026
31-Jul-08 -962,122
31-Aug-08 -2,059,591
30-Sep-08 58,164
31-Oct-08 -1,040,522
30-Nov-08 -2,766,378
31-Dec-08 -46,006,913


For some reason my XIRR function will not work (even if I provide a
negative guess). I have calculated the TSR on a yearly basis which is
approx -24% and the total drop over the two years is approx -42%.

Anyone have a clue why my Excel only gives me #Num. Using VBA I have
sorted the data in terms of first date and then amount. Still have the
error...

Any help would be truly appreciated!


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
XIRR FUNCTION Lynndale Excel Worksheet Functions 6 July 11th 08 12:03 AM
Please help for FV and XIRR function. RushatiINDIA Excel Worksheet Functions 3 April 12th 07 04:00 AM
xirr function john Excel Worksheet Functions 1 June 23rd 06 04:10 AM
Using XIRR function in VBA ? martonec Excel Programming 1 March 20th 06 10:13 PM
XIRR function Daniel Bonallack Excel Worksheet Functions 2 June 20th 05 09:00 PM


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