i am running a trial of your the software. its very cool! I have a function where i am calculating the IRR on a rolling basis on a long stream of cash flows. So I am calculation an IRR in every month, over 40 years.
=IFERROR(IF(ABS(XIRR($K306:K306,$K$8:K$8))>1000%,-1,XIRR($K306:K306,$K$8:K$8)),-1)
It tells me that this is using up 89% of the sheet's calc time. This is useful to know, but the tool doesn't tell me what to do about it. Is there a way to see suggested alternatives or solutions to speed it up? or see what part of the formula is the issue?
Thank you