RRI

RRI(arg1, arg2, arg3) → { number | string | boolean }

Returns an equivalent interest rate for the growth of an investment.

Parameters:

Name Type Description
arg1 number

Is the number of periods for the investment.

arg2 number

Is the present value of the investment.

arg3 number

Is the future value of the investment.

Returns:

Type
number | string | boolean