logo
excelfunctions.org
bookmarks

RRI

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

FinancialFinance & Accounting

What it does

Calculates CAGR (Compound Annual Growth Rate).

Syntax

RRI(nper, pv, fv)

Arguments

  • nper(number) β€” Periods.
  • pv(number) β€” Start value.
  • fv(number) β€” End value.

Examples

Calculate CAGR

Growth from 100 to 200 in 5 years.

FORMULA
=RRI(5, 100, 200)
RESULT
0.1487
SAMPLE DATA
ABC
1YearsStartEnd
25100200