Skip to content
ExcelExcel 2013+

RRI function in Excel

Returns an equivalent interest rate for the growth of an investment

=RRI(nper, pv, fv)

RRI syntax and parameters

Three arguments, three required.

  • npernumberRequired

    Nper is the number of periods for the investment.

  • pvnumberRequired

    Pv is the present value of the investment.

  • fvnumberRequired

    Fv is the future value of the investment.

RRI examples

Formulas you'll actually reuse.

  1. The yearly rate that doubles $10,000 in 10 years — a CAGR:

    =RRI(10, 10000, 20000)

    Result0.0718

  2. Compound annual growth of revenue from B2 to C2 over five years:

    =RRI(5, B2, C2)

    Result0.1247

RRI in Google Sheets

Same name — your formula ports as-is.

Try RRI in the playground

Edit the example — nothing to install.

Preloaded with the RRI formula from Example 1 — change anything and watch it respond.

Loading the editor…