WorksheetFunction.Rri (Excel)

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

Rri (Arg1, Arg2, Arg3)


Dim dblArg1 As Double: dblArg1 = 
Dim dblArg2 As Double: dblArg2 = 
Dim dblArg3 As Double: dblArg3 = 
Dim dblRri As Double
dblRri = WorksheetFunction.Rri(Arg1:=dblArg1, Arg2:=dblArg2, Arg3:=dblArg3)

Arguments

Arg1, Arg2, Arg3

Arg1 (Double) - Number of periods for the investment.

Arg2 (Double) - Present value of the investment.

Arg3 (Double) - Future value of the investment.