Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • Use Data Form to input, edit and delete records in Excel
  • Conditional Formatting New Rule with Formulas in Excel
  • Excel Line Chart
  • Conditional Formatting Rules in Excel

References

  • How to calculate two-way lookup VLOOKUP in Excel Table
  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • How to get relative column numbers in a range in Excel
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • How to get first column number in range in Excel

Data Validations

  • How To Create Drop-down List in Excel
  • Excel Data validation no punctuation
  • Excel Data validation exists in list
  • Excel Data validation require unique number
  • Excel Data validation specific characters only

Compound Annual Growth Rate CAGR formula examples in Excel

by

To calculate Compound Annual Growth Rate (CAGR) in Excel, the average rate of return for an investment over a period of time, you can use several approaches.

Formula

=(end/start)^(1/periods)-1


Note that unlike most other financial functions in Excel, future value (FV) does not need to be entered as a negative number.

Explanation

In the example shown, the formula in H7 is:

=(C11/C6)^(1/B11)-1

CAGR with a manual formula

CAGR stands for Compound Annual Growth Rate, which is the annual average rate of return for an investment over a period of time. The formula for calculating CAGR manually is:

=(end/start)^(1/periods)-1

The first part of the formula is a measure of total return, the second part of the formula annualizes the return over the life of the investment. The formula in H7 is:

=(C11/C6)^(1/B11)-1

where C11 is the ending value in year 5, C6 is the starting value or initial investment, and B11 is the total number of periods.

CAGR with the GEOMEAN function

The GEOMEAN calculates geometric mean, and can be used to calculate CAGR. To calculate CAGR with GEOMEAN, we need to use relative changes (percentage change + 1), sometimes called a growth factor. We have these values already in column E so we can use them directly in GEOMEAN the function. The formula in H8 is:

=GEOMEAN(E7:E11)-1

CAGR with the RRI function

In Excel 2013 and later, you can use the IRR function to calculate CAGR with a simple formula. The formula in H9 is:

=RRI(B11,C6,C11)

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • OR function Examples in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • Invoice status with nested if in Excel
  • IF with wildcards in Excel
  • How to use Excel TRUE Function

Date Time

  • SECOND function: Description, Usage, Syntax, Examples and Explanation
  • DAYS function: Description, Usage, Syntax, Examples and Explanation
  • Convert Unix time stamp to Excel date
  • List holidays between two dates in Excel
  • Convert Excel time to decimal minutes

Grouping

  • Group times into unequal buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • Running count group by n size in Excel
  • Group arbitrary text values in Excel
  • Categorize text with keywords in Excel

General

  • How to generate random number between two numbers in Excel
  • How to generate random number weighted probability in Excel
  • With vs Without Array Formula in Excel
  • How to make excel worksheets print on one page?
  • How to calculate percent variance in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning