How to calculate YoY growth?

Asked by: Lilliana Reinger IV  |  Last update: March 4, 2026
Score: 4.8/5 (20 votes)

The year-over-year growth formula
  1. For any particular period, subtract the value of that metric last year from the value of that metric in the current time period.
  2. Divide the result by last year's number.
  3. Multiply by 100 to get the growth percentage.

How to calculate YoY growth in Excel?

How to Calculate Year-Over-Year Growth Rate. To calculate year-over-year (YoY) growth rate in Excel, you can use the following formula: (New Value – Old Value) / Old Value.

What is the formula for growth over last year?

The formula to calculate the YoY growth rate is to divide the current period balance by the beginning period balance, and then subtracting by one.

What is the formula for yearly growth rate?

The annual percentage growth rate is simply the percent growth divided by N, the number of years.

How to calculate year-to-date growth rate?

To calculate the YTD return, subtract the starting period value from the current period value, and divide the resulting figure by the starting year value. In the final step, multiply the figure in decimal notation by 100 to convert the YTD figure into a percentage.

Year over Year Analysis (YoY)

41 related questions found

How do I calculate year on year growth?

To calculate the year-over-year growth of any metric, do the following:
  1. For any particular period, subtract the value of that metric last year from the value of that metric in the current time period.
  2. Divide the result by last year's number.
  3. Multiply by 100 to get the growth percentage.

Is yoy the same as YTD?

YOY looks at a 12-month change. Year-to-date (YTD) looks at a change relative to the beginning of the year (usually Jan. 1). YTD can provide a running total, while YOY can provide a point of comparison.

What is the annual growth rate calculator?

The CAGR calculator helps you to calculate the returns from your mutual fund investments. You can compare the mutual fund's average annual growth rate overtime against a benchmark. It allows you to choose the mutual fund based on past returns.

How to calculate revenue growth for 3 years?

FORMULAS for calculations:
  1. Revenue growth rate, RGR (%) = (Revenue final – Revenue initial) / Revenue initial * 100.
  2. Compound annual growth rate, CAGR = [((Revenue final / Revenue initial) ^ (1/n)) -1] * 100.
  3. Compound annual growth rate, CAGR = [((Ending Value/Beginning Value) ^ (1/n)) - 1] * 100.

What is the formula for annual real growth rate?

To calculate the growth rate for both nominal and real GDP, two data years are needed. The GDP of year 2 is divided by the GDP of year 1 and the answer is subtracted by one. That is, Growth Rate = (GDP_Year2/ GDP_Year 1) - 1.

What is a good YoY growth rate?

In general, however, a healthy growth rate should be sustainable for the company. In most cases, an ideal growth rate will be around 15 and 25% annually.

What is an example of a YoY?

Example of YoY Analysis

There were 506 units sold in Q3 2018 and 327 units sold in Q3 2017. To compare the two, we take 506 and divide it by 327, then subtract one. The result shows a 55% increase in units sold on a year-over-year basis between Q3-2018 and Q3-2017.

How to calculate YoY growth in Google Sheets?

Click on the cell where you want the YoY growth result to appear (let's say C13). Enter the formula: =((B13 - B1) / B1) * 100.

How do you calculate growth over last year?

The formula for year-over-year growth is:YOY growth = [(Current period value – Last period value) / Last period value] x 100Where: The current period is the value at the time of measurement. The previous period is the value exactly one year prior to the measurement.

Is yoy growth the same as CAGR?

Contrary to a common misconception, the calculation of CAGR is not as simple as averaging the YoY growth rates. But rather, given the initial value, ending value, and specific date parameters, the CAGR metric assumes the profits are reinvested each period and that interest is compounded annually.

How to calculate percentage increase between two years?

To find the percent change, you first subtract the earlier index value from the later one, then divide that difference by the earlier index value, and finally multiply the result by 100.

How to calculate year-over-year growth in Excel?

How To Calculate Year-Over-Year Growth in Excel
  1. Enter your dataset for the current year and last year in Excel cells.
  2. Add a column for YOY Growth and format the cells below it as Percentage. ...
  3. Double-click D2 and enter the formula as = (C2-B2) / B2.
  4. Press Enter to let Excel calculate the result.

How to calculate yoy growth for 5 years?

The first formula is: YoY growth = (current period value / prior period value) – 1. The values used in this formula depend on the metric you want to calculate. If you're calculating your revenue growth, you'll divide the past year's revenue by the current year's revenue.

What is the formula for annual growth rate?

The average annual growth rate (AAGR) is calculated by getting the growth rate for each time period, adding them together, and then dividing the resulting figure by the total number of time periods.

How do I calculate my 3 year growth rate?

To calculate the growth rate, take the current value and subtract that from the previous value. Next, divide this difference by the previous value and multiply by 100 to get a percentage representation of the rate of growth.

How to calculate a 3 year cagr in Excel?

In excel the formula would be = ((150/100)^(1/3) ) - 1 where:
  1. 100 is the base year and 150 is the later forecast year value.
  2. ^ = to the power of, and.
  3. 3 in the (1/3) is the number of years for which you are calculating the difference. So CAGR for a 2 year period would be to the power of ½ or 0.5.

How to calculate the growth rate of a company?

The formula is Growth rate = (Current value / Previous value) x 1/N - 1. Subtract the previous value from the current value: Get the difference between the previous and current values by subtracting the previous value from the current one. The formula is Current value - Previous value = Difference.

What is good YoY growth?

Once businesses experience more than 15% growth per year, they're usually considered to be experiencing rapid growth and may need to start investing more money to keep pace with the expansion.

What is a YoY chart?

YoY Meaning

Year-over-year (YOY), also known as year-on-year, compares a metric from one year to the same period the previous year. This method helps to see if a company's financial health is getting better, staying the same, or getting worse. Year-over-year growth is important because it removes seasonal effects.

How to calculate YoY in Tableau?

YOY Growth % = sum([Sales]) - [Sales Previous Year] / [Sales Previous Year]