Top "Xirr" questions

Excel formula which returns the internal rate of return for a schedule of cash flows

Including a non-adjacent cell in a Range (series) in the XIRR formula

I am using the XIRR formula as follows: =XIRR(E$11:E17,B$11:B17) but need to add an additional non-adjacent …

excel excel-formula xirr
XIRR Calc in SQL

I'm trying to find a decent implementation of excels XIRR calculation in SQL. I found the following function online: CREATE …

sql tsql financial xirr