Calculate percentage change
| Cell | Meaning | Example value |
|---|---|---|
| A2 | Old value | 100 |
| B2 | New value | 80 |
Formula
=(B2-A2)/ABS(A2)Expected result: -20%
Format the result cell as a percentage. A negative result means a decrease; A2 cannot be zero.
Measure an increase or decrease from an old value to a new value, with the old value as the reference.
How it works
The formula shows how the percentage change calculator turns your inputs into the result. Use it to check the calculation, then follow the example steps to see each part of the math.
C% = ((NV - OV) / |OV|) x 100
Use this when a value changes from an old value to a new value.
C%= Percentage changeNV= New valueOV= Old value|OV|= Absolute old valueA monthly budget changes from $100 to $80
Find the change
$80 - $100 = -$20
Divide by the old value
-$20 / $100 = -0.20
Convert to a percent
-0.20 x 100 = -20%, a 20% decrease
Revenue changes from $80 to $100
Find the change
$100 - $80 = $20
Divide by the old value
$20 / $80 = 0.25
Convert to a percent
0.25 x 100 = 25% increase
Spreadsheet formulas
Enter the example values in the listed cells, then paste the formula into another cell. Excel and Google Sheets use the same formulas shown here.
| Cell | Meaning | Example value |
|---|---|---|
| A2 | Old value | 100 |
| B2 | New value | 80 |
Formula
=(B2-A2)/ABS(A2)Expected result: -20%
Format the result cell as a percentage. A negative result means a decrease; A2 cannot be zero.
Percentage change guide
Percentage change compares a new value with a defined old value. Its sign shows direction: positive means growth and negative means decline.
Subtract the old value from the new value, divide by the absolute old value, then multiply by 100. From 100 to 80, the result is -20%, meaning a 20% decrease.
A move from 80 to 100 is a 25% increase, while returning from 100 to 80 is a 20% decrease. The reference value changes, so the percentages are not opposites of equal size.
Calculate percentage increase only →If neither value is old or new, use their average as a neutral reference instead of choosing one value as the denominator.
Compare two values symmetrically →Yes. A negative result means the new value is lower than the old value.
No. Percentage change uses the old value as the reference. Percentage difference uses the average of both values.
Use the previous month as the old value and the current month as the new value. Subtract, divide by the absolute previous-month value, then multiply by 100.
No. It measures the total change between two values. Annualizing a multi-year change requires the time period and a compound annual growth rate calculation.
Change from zero is undefined. For a negative old value, this calculator divides by its absolute value so the sign shows direction, but movement across zero can make percentage interpretation misleading; report the actual values too.
Browse other categories