Calculate Percentage Change in Excel

Last Updated on 13/11/2024
Reading time: 2 minutes

Calculating percentage change in Excel is essential for understanding data trends and performance. Here's why it's beneficial:

  • Quickly see how values increase or decrease over time.
  • Identify important trends or changes in your data.
  • Improve decision-making with clear, easy-to-understand analysis.

Adding this analysis enhances data interpretation. In this article, we will see how to calculate the percentage change between two periods.

How to Calculate Percentage Change in Excel?

You have a document with the sales amount for each month.

  1. The first formula is not for January but for February. Calculating a percentage change for January is impossible because we don't know the value of December the previous year.
  2. Subtract the older period value from the newer one. Use: =B3-B2
  3. Copy this formula to other cells if needed.
Formula to calculate the gap between 2 cells
  1. Copy your formula for the other cells of your document.
Copy the formula of the substraction
  1. Next, divide the result of the subtraction by the previous period’s value.
Formula to calculate the percentage of increase or decrease
  1. Change the number format to percentage
  2. Apply the format to the rest of your cells.
Result for the percentage change

From February to March, sales increased by 38.7% (great result 😃😍).

Write the Formula in One Cell

Use parentheses to write the percentage change Excel formula in one cell. It respects the order of operations.

The formula for the percentage change

Avoid mistakes

  • As you can see, the formula is very easy.
  • However, many people make the mistake of dividing by the current period value.
  • No! The current value is present only once in the formula. But the previous value is present twice (in the subtraction and the division)

Conditional Formatting with Icon

Highlight increases and decreases using icons with conditional formatting. It makes your data easier to read.

Percentage change with conditional formatting

Leave a Reply

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

Calculate Percentage Change in Excel

Reading time: 2 minutes
Last Updated on 13/11/2024

Calculating percentage change in Excel is essential for understanding data trends and performance. Here's why it's beneficial:

  • Quickly see how values increase or decrease over time.
  • Identify important trends or changes in your data.
  • Improve decision-making with clear, easy-to-understand analysis.

Adding this analysis enhances data interpretation. In this article, we will see how to calculate the percentage change between two periods.

How to Calculate Percentage Change in Excel?

You have a document with the sales amount for each month.

  1. The first formula is not for January but for February. Calculating a percentage change for January is impossible because we don't know the value of December the previous year.
  2. Subtract the older period value from the newer one. Use: =B3-B2
  3. Copy this formula to other cells if needed.
Formula to calculate the gap between 2 cells
  1. Copy your formula for the other cells of your document.
Copy the formula of the substraction
  1. Next, divide the result of the subtraction by the previous period’s value.
Formula to calculate the percentage of increase or decrease
  1. Change the number format to percentage
  2. Apply the format to the rest of your cells.
Result for the percentage change

From February to March, sales increased by 38.7% (great result 😃😍).

Write the Formula in One Cell

Use parentheses to write the percentage change Excel formula in one cell. It respects the order of operations.

The formula for the percentage change

Avoid mistakes

  • As you can see, the formula is very easy.
  • However, many people make the mistake of dividing by the current period value.
  • No! The current value is present only once in the formula. But the previous value is present twice (in the subtraction and the division)

Conditional Formatting with Icon

Highlight increases and decreases using icons with conditional formatting. It makes your data easier to read.

Percentage change with conditional formatting

Leave a Reply

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