The percentage increase formula in Excel is a fundamental concept in data analysis, allowing users to calculate the percentage change between two values. This formula is widely used in various fields, including finance, economics, and business, to measure growth, decline, or stability in data over time. To calculate the percentage increase in Excel, you can use the following formula: ((New Value - Old Value) / Old Value) * 100.
Understanding the Percentage Increase Formula

The formula works by first finding the difference between the new and old values, which represents the amount of change. This difference is then divided by the old value to determine the proportion of change relative to the original value. Finally, multiplying by 100 converts this proportion into a percentage, providing a clear indication of the increase or decrease as a percentage of the original value.
Applying the Formula in Excel
To apply the percentage increase formula in Excel, follow these steps:
- Enter the old value in one cell, for example, cell A1.
- Enter the new value in another cell, for example, cell B1.
- In a third cell, where you want to display the percentage increase, enter the formula: =(B1-A1)/A1*100
- Press Enter to calculate the percentage increase.
| Old Value | New Value | Percentage Increase Formula | Result |
|---|---|---|---|
| 100 | 120 | =(120-100)/100*100 | 20% |
| 50 | 75 | =(75-50)/50*100 | 50% |

Handling Negative Values and Decreases

The percentage increase formula can also be used to calculate decreases by simply applying the same formula. If the result is negative, it indicates a decrease rather than an increase. For instance, if the new value is less than the old value, the formula will yield a negative percentage, signifying a reduction.
Example with Decrease
Consider an example where the old value is 150 and the new value is 120:
- Old Value: 150
- New Value: 120
- Formula: =(120-150)/150*100
- Result: -20%
This result indicates a 20% decrease from the old value to the new value.
Key Points
- The percentage increase formula is ((New Value - Old Value) / Old Value) * 100.
- This formula calculates the proportion of change relative to the original value and expresses it as a percentage.
- It can be used to calculate both increases and decreases, with negative results indicating a decrease.
- It's crucial to avoid division by zero, which occurs if the old value is zero.
- Applying the formula in Excel involves simple arithmetic operations that can be performed in a single cell.
Advanced Applications and Considerations
Beyond basic percentage increase calculations, there are more complex scenarios and considerations, such as calculating percentage changes over multiple periods, dealing with negative numbers, and understanding the difference between percentage increase and percentage point increase.
Percentage Increase Over Multiple Periods
When calculating the percentage increase over multiple periods, it’s essential to understand the concept of compound growth. The formula for compound annual growth rate (CAGR) is: (End Value / Beginning Value)^(1 / Number of Years) - 1. This formula provides the average annual growth rate over a specified period, taking into account the compounding effect of growth.
In conclusion, the percentage increase formula in Excel is a powerful tool for analyzing data and understanding changes over time. By applying this formula and considering its implications and variations, users can gain valuable insights into trends, growth patterns, and the effectiveness of strategies across various domains.
What is the formula for calculating percentage increase in Excel?
+The formula for calculating percentage increase in Excel is: ((New Value - Old Value) / Old Value) * 100.
How do I calculate a percentage decrease using the same formula?
+To calculate a percentage decrease, apply the same formula: ((New Value - Old Value) / Old Value) * 100. If the new value is less than the old value, the result will be a negative percentage, indicating a decrease.
What should I do if the old value is zero to avoid division by zero?
+If the old value is zero, you need to either use a different formula or handle the error, as division by zero is undefined. One approach could be to check for zero before performing the calculation or to use an alternative method that does not involve division by the old value.
Meta Description: Learn how to calculate percentage increase in Excel using the formula ((New Value - Old Value) / Old Value) * 100, and understand its applications in data analysis for measuring growth and decline.