RRI Function

Excel Functions › Financial

Excel 2013+ Financial

The Excel RRI function returns the equivalent constant interest rate for the growth of an investment (the compound annual growth rate).


Quick answer:
=RRI(5, 10000, 15000) // about 8.45% per year

Syntax

=RRI(nper, pv, fv)
ArgumentDescription
nperRequiredNumber of periods.
pvRequiredPresent (starting) value.
fvRequiredFuture (ending) value.

How to use it

RRI returns the equivalent constant interest rate for the growth of an investment (the compound annual growth rate).

=RRI(5, 10000, 15000) // CAGR over 5 periods

Try it: interactive demo

Live demo

This is the formula pattern RRI uses — copy it into Excel with your own numbers.

Result: computed in Excel

Practice workbook

📊
Download the free RRI practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

Is RRI the same as CAGR?
Yes — for annual periods, RRI gives the compound annual growth rate between a start and end value.
RRI vs RATE?
RRI is for a single lump-sum growth (no payments); RATE handles payment streams.
Which Excel versions support it?
Excel 2007 and later.
Why might it return #NUM! or #VALUE!?
Out-of-range arguments (e.g. negative rate or settlement after maturity) give #NUM!; non-numeric inputs give #VALUE!.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: PMT · FV · PV · RATE · NPER