GNOME Bugzilla – Bug 553044
Allow creating array/ranges from arbitrary expressions
Last modified: 2010-07-13 07:44:03 UTC
Currently, I have to clutter up my Spreadsheet with a lot of temporary results to calculate rates of return. It would be much nicer and more convenient to be able to write formulas like: =XIRR((A1*A2,-B1,C3),(D1,'2008-01-01',D2))
Retitling -- this is really unrelated to XIRR.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. You could now write (to use your example): =XIRR(array(A1*A2,-B1,C3),array(D1,'2008-01-01',D2)) *** This bug has been marked as a duplicate of bug 570689 ***