TRUECALC
Functions

XIRR

IRR for irregular cash flows

Try it

When to use it

When should I use XIRR instead of IRR?

Use XIRR when your cash flows occur on irregular (non-periodic) dates — XIRR takes an explicit dates array so each cash flow is discounted by its exact time distance, whereas IRR assumes equally spaced periods.

Used in

finance

Syntax

XIRR(values, dates, [guess])

Examples

=XIRR({-4000,200,250,300},{DATE(2012,1,1),DATE(2012,6,23),DATE(2013,5,12),DATE(2014,2,9)},0.09) // => -0.6440855342116852

On this page