Views:

Description

Calculate an internal rate of return for a series of cash flows.

Signature 

RatesReturn_IRR('values', 'guess')

Parameters

NameRequiredTypeDescription
valuesYesstring array doublesNumbers for which you want to calculate the internal rate of return. Must contain at least one positive value and one negative value to calculate the internal rate of return
guessYesdoubleA number that you guess is close to the result of IRR

Example 1

RatesReturn_IRR('-1000,240,240,240,240,240,240')