How to Calculate Annual Growth Rate in Excel (5 Different Cases)

If you are involved in the business world, you know how important it is to learn about the annual growth rate to analyze the progress of a company’s market plans. This blog will show you 5 different cases regarding how to calculate the annual growth rate in Excel.

The annual growth rate can be calculated using two methods. The first one is the average growth rate (also known as simple growth rate or yearly growth rate). And the second one is the compound average growth rate (CAGR). Microsoft Excel has lessened your workload with some amazing formulas to calculate the annual average growth rate (AAGR) and compound average growth rate (CAGR).

I am going to use a sales record (column B: Sales) of a business startup from the year 1990 to 2002 (column A: Year). The AAGR is in column C.

Dataset to calculate annual growth rate in Excel

What is the Average Annual Growth Rate (AAGR) or Simple Growth Rate?

It is the average increase of the return of a revenue stream or investment of a company, in a given period.

To give you an example let’s say you have a small business of bakery items and your AAGR for the last 3 years is 25%. So that means your business has earned a 25% profit in these 3 years from what you invested at the beginning of your bakery shop. But that does not mean that your business grows with 25% returns each year. It is the average growth of the last 3 years.

A. Average Annual Growth Rate (AAGR)

Case 1: Average Annual Growth Rate (AAGR) for One Year

To determine the average annual growth rate, first, find out the difference between the starting value and the final value. And then, fractionate the outcome with the starting value. Easy right?

Basic Formula of Average Annual Growth Rate,

(AAGR) =(Ending Value – Starting Value)/Starting Value

=(Ending Value/Starting Value)-1

To calculate AAGR in Excel you can use the formula below:

=(B3-B2)/B2

In this formula, B3 is the ending value and B2 is the starting value. The difference is then divided by cell B2. We haven’t applied the formula of the AAGR in cell C2. It’s because, for cell C2, the ending value would be B2 but the starting value would be zero.

To calculate the average annual growth rate, go through the following method:

  1. Select an empty cell
  2. Write this formula: =(B3-B2)/B2
    Calculate Average Annual Growth Rate (AAGR) in Excel
  3. Press ENTER.
  4. Copy down the formula using the Fill Handle.
    Using Fill Handle to drag the formula down to calculate AAGR The result is in decimal form. Normally, AAGR is represented in the percentage form. So now change the decimal to a percentage.
  5. Click on the Home tab.
  6. From the Number group, select the ‘%’ option.Navigating to the Home tab to select % in the Number group in Excel

Now, you have the AAGR of 1990 to 2002. If you want to find out the AAGR per year of a company, this is the best way to do it.

Result of calculating Average Annual Growth Rate (AAGR) in Excel

Case 2: Average Annual Growth Rate (AAGR) for a Given Time Frame

In the previous technique, I showed you how you can calculate the AAGR per year. But it was not for a given time frame. For instance, if you want to calculate the AAGR for 1990-1995 or 1990-2002, you will need to use the LN function.

The formula with LN function for Annual Average Growth Rate= (1/T)*ln(Ending Value/Starting Value)

Here,

  • T is the number of years we are calculating an increase or decrease.
  • Ln is the natural log with a base e.
  • The Ending Value is the final value of the given duration.
  • The Starting Value is the initial investment.

The formula to calculate the average annual growth rate for a given time frame:

=(1/5)*LN(B7/B2)

In this formula, 1/5 is the 1/T. The Ending Value is B7. The Starting Value is B2.

I am going to calculate the AAGR for 1990-1995. To do that, go through the steps below:

  1. Select an empty cell.
  2. Type this formula: =(1/5)*LN(B7/B2)
    I used cell C7 as it corresponds to cell A7 of the year 1995.
    Calculate Average Annual Growth Rate (AAGR) in Excel for a Given Time Frame
  3. Press ENTER.

Here you get the final result for 1990-1995.

Result of calculating Average Annual Growth Rate (AAGR) in Excel for a Given Time Frame

Case 3: Calculate Average Growth Rate (AGR) in Excel

When you are done with determining the AAGRs, you can also calculate the Average Growth Rate (AGR) from the results. We will be using the AVERAGE function to find out the AGR.

Here is the formula to calculate AGR in Excel:

=AVERAGE(C3:C14)
  1. Choose an empty cell beside the data table.
  2. Type this formula: =AVERAGE(C3:C14)
    I chose cell D8 because it is the middle position of column D.
    Calculate Average Growth Rate (AGR) in Excel
  3. Then press ENTER.

Determining the AGR from the AAGR is a bit rare case. But it is important to know all the methods.

Outcome: Calculate Average Growth Rate (AGR) in Excel

B. Compound Annual Growth Rate (CAGR)

Case 1: Calculate Compound Annual Growth Rate (CAGR) in Excel

You must be thinking about what CAGR is used for. CAGR is used to calculate the compounded returns from your annual investments. But it does not count your company’s return individually.

The formula of CAGR may look a little complex at first. But if I break down its explanation, it will seem understandable.

To calculate the CAGR, first, fractionate the Ending Value by the Starting Value (Ending Value/Starting Value). Secondly, choose the period. Then, fractionate 1 by time (1/Time). After that, take the Ending Value/Starting Value and raise it to the power 1/Time. Then finally, minus 1 from the outcome.

The formula to calculate compound annual Growth Rate, CAGR =(Ending Value/Starting Value)^(1/Time)-1

To calculate CAGR in Excel, use this formula:

=(B14/B2)^(1/12)-1

Here,

  • B14 is the final value and B2 is the starting value.
  • 12 is the given period. It is counted as: (Total number of cells in the ‘Year’ column – 1).

To calculate CAGR with the above formula, here are the steps below:

  1. Select an empty cell.
  2. Write this formula: =(B14/B2)^(1/12)-1
    Calculate Compound Annual Growth Rate (CAGR) in Excel
  3. Press ENTER.
    Result in Decimal of Calculating Compound Annual Growth Rate (CAGR) in Excel
  4. Change the decimal into a percentage using the Home tab > Number group > % option.

Done. You get your desired CAGR value.

Result in Percentage of Calculating Compound Annual Growth Rate (CAGR) in Excel

Case 2: Get Compound Annual Growth Rate (CAGR) in Excel Using RRI Function

It’s an alternative method to calculate the CAGR using the RRI function.

The formula to get CAGR in Excel:

=RRI(12,B2,B14)

Steps to use the RRI function for calculating compound growth rate in Excel:

  1. Select an empty cell.
  2. Copy this formula: =RRI(12,B2,B14)
    Calculate Compound Annual Growth Rate (CAGR) in Excel Using IRR Function
  3. Press ENTER.

Please remember to count the period for this technique like the previous methods. Here is the final result:

Storing the result of CAGR in the new column in Excel

Conclusion

I hope the methods I have shown you will help you solve all annual growth rate-related problems. If you can’t remember the formulas, keep practicing them often. Feel free to tell us if you find our articles helpful. Have a good day!

Frequently Asked Questions

What is the growth formula in Excel?

The growth formula in Excel is expressed as: =GROWTH(known_y’s, known_x’s, [new_x], [const])
It calculates predicted exponential growth based on existing data points and can be useful for forecasting trends in financial, scientific, or business contexts.

What is a good CAGR rate?

A good Compound Annual Growth Rate (CAGR) rate varies by industry and investment type, but generally, a CAGR of 8-10% or higher is considered strong. It’s important to assess CAGR in the context of specific investments and market conditions for a more accurate evaluation.

Related Articles

Rate this post

Leave a Reply

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