XL: How to Find the Percentage of Change Between Values (214078)
The information in this article applies to:
- Microsoft Excel 2000
- Microsoft Excel 2002
- Microsoft Excel 97 for Windows
- Microsoft Excel 2001 for Mac
- Microsoft Excel 98 Macintosh Edition
This 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.
Modification Type: | Major | Last Reviewed: | 5/28/2003 |
---|
Keywords: | kbhowto KB214078 |
---|
|