Excel formula which returns the internal rate of return for a schedule of cash flows
I am using the XIRR formula as follows: =XIRR(E$11:E17,B$11:B17) but need to add an additional non-adjacent …
I'm trying to find a decent implementation of excels XIRR calculation in SQL. I found the following function online: CREATE …