16.04.2014, 14:27
Ok basically to get an increase in percentage you need an equation which is
Now for getting each item's value as an increase, you should
EDIT: Missed something in the equation
Код:
Inflation Rate = ((Current Value - Starting Value) / Starting Value) * 100
Код:
New Item Value = (Current Item Value) * Inflation Rate / 100