mIRC Homepage
Posted By: Xx_InSaNe_xX Percent Changes - 06/07/06 03:06 AM
I would like to know how to calculate the percent change of a number, if possible. Thanks for any help.
Posted By: genius_at_work Re: Percent Changes - 06/07/06 04:21 AM
I think the forumla is:

((<NewValue> - <OldValue>) / <OldValue> * 100)

* Positive result indicates an increase
* Negative result indicates a decrease

eg. Old Value = 100, New Value = 125,

((125 - 100) / 100 * 100) = 25

therefore: increase from 100 to 125 is a 25% increase.



eg. Old Value = 125, New Value = 100,

((100 - 125) / 125 * 100) = -20

therefore: decrease from 125 to 100 is a 20% decrease.

-genius_at_work
Posted By: Xx_InSaNe_xX Re: Percent Changes - 07/07/06 06:17 PM
Thanks, but wouldnt the decrease also be 25%?
Posted By: MikeChat Re: Percent Changes - 07/07/06 07:31 PM
no

10% of 100 is 10
10% of 90 is 9
© mIRC Discussion Forums