Article ID: 214078 - Last Review: January 24, 2007 - Revision: 2.2 XL: How to Find the Percentage of Change Between ValuesThis article was previously published under Q214078 SUMMARY
In Microsoft Excel, there is no built-in function to calculate the
percentage of change from one value to another. However, you can use
the following formula to calculate the percentage change
=(new_value-original_value)/ABS(original_value)
where original_value represents the value that the percentage of change is based on, and new_value represents the value that has changed.
You may also use the following alternate formula:
=(new_value/original_value)-1
To display the resulting value as a percentage value, format the cell
containing the formula with a percentage format.
MORE INFORMATION
To see an example, follow these steps:
| Article Translations
|
Back to the top
