XIRR Function

What is XIRR Function?

XIRR Function is a financial function that will calculate the The Internal Rate Of Return, for a series of cash flows that may not be periodic by assigning specific dates to each individual cash flow.

In Financial Modelling, th…


This content originally appeared on DEV Community and was authored by AnuoluwapoDS

What is XIRR Function?

XIRR Function is a financial function that will calculate the The Internal Rate Of Return, for a series of cash flows that may not be periodic by assigning specific dates to each individual cash flow.

In Financial Modelling, the XIRR Function is useful in determining the value of an investment or understanding the feasibility of a project without periodic cash flows. It helps us understand the rate of return earned on an investment.

Formula

=XIRR(Values, dates, [guess])

  1. Values: (required argument) - It is the array of values that represent the series of cash flows.
  2. Dates: (required argument) - It is a series of dates that correspond to the given values.
  3. [guess] (optional argument) - It is an initial guess of what the IRR would be. if omitted, Excel takes the default value that 10%.

XIRR Example

image 1.png

image 2.png

image 3.png

Things to remember about the XIRR Function

  1. Numbers in dates are truncated to integers.
  2. XNPV and XIRR are closely related.
  3. Dates should be entered as references to cells containing dates or values returned from excel formulas
  4. #Num error -Occurs If either:
  • The Values and dates arrays are of different lengths

  • The given arrays do not contain at least one negative and at least one positive value

  • Any of the given dates precedes the first date provided; or

  • The calculation fails to converge after 100 iterations

#VALUE! error - Occurs when either of the dates given cannot be recognized by Excel as valid dates.


This content originally appeared on DEV Community and was authored by AnuoluwapoDS


Print Share Comment Cite Upload Translate Updates
APA

AnuoluwapoDS | Sciencx (2022-05-09T23:57:44+00:00) XIRR Function. Retrieved from https://www.scien.cx/2022/05/09/xirr-function/

MLA
" » XIRR Function." AnuoluwapoDS | Sciencx - Monday May 9, 2022, https://www.scien.cx/2022/05/09/xirr-function/
HARVARD
AnuoluwapoDS | Sciencx Monday May 9, 2022 » XIRR Function., viewed ,<https://www.scien.cx/2022/05/09/xirr-function/>
VANCOUVER
AnuoluwapoDS | Sciencx - » XIRR Function. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/05/09/xirr-function/
CHICAGO
" » XIRR Function." AnuoluwapoDS | Sciencx - Accessed . https://www.scien.cx/2022/05/09/xirr-function/
IEEE
" » XIRR Function." AnuoluwapoDS | Sciencx [Online]. Available: https://www.scien.cx/2022/05/09/xirr-function/. [Accessed: ]
rf:citation
» XIRR Function | AnuoluwapoDS | Sciencx | https://www.scien.cx/2022/05/09/xirr-function/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.