Need assistance with some calculations:
#2

Ok basically to get an increase in percentage you need an equation which is

Код:
Inflation Rate = ((Current Value - Starting Value) / Starting Value) * 100
Now for getting each item's value as an increase, you should

Код:
New Item Value = (Current Item Value) * Inflation Rate / 100
EDIT: Missed something in the equation
Reply


Messages In This Thread
Need assistance with some calculations: - by Dokins - 16.04.2014, 14:14
Re: Need assistance with some calculations: - by Evocator - 16.04.2014, 14:27
Re: Need assistance with some calculations: - by Dokins - 16.04.2014, 14:36

Forum Jump:


Users browsing this thread: 1 Guest(s)