Can you please help with an Excel formula that will calculate a growth index that will work with negative as well as positive values.
For example:
Country A growth = 5%
Country B Growth = 7%
To calculate the index for country B growth Vs country A, we can easily calculate the growth index as follows:
(7%/5%)*100 = 140
The key principle using indexing is that the value must always be positive (>0) and needs to create a positive index measuring the relative position between two numbers. The porblems arise with this formula when indexing two negative values or a positive Vs a negative value, as illustrated below.
However, we cannot get the correct answer using this formula if for example:
Country A growth = -5%
Country B Growth = -3%
If we use the same formula: (-3%/-5%)*100 = 60 which is not the correct answer as country B's growth is actually better than country A's (in that country B is not declining as much as country A) and so should be returning an index > 100.
The same issue arises if:
Country A growth = -5%
Country B Growth = 3%
Again, if we use the simple formula: (3%/-5%)*100 = -60 which is again not the correct answer as country B's growth is better than country A's and so should be returning an index > 100
Can anyone please help with a solution that will calculate the relative growth index irrespective of positive or negative values for either country A or B.
Best regards,
Jason
For example:
Country A growth = 5%
Country B Growth = 7%
To calculate the index for country B growth Vs country A, we can easily calculate the growth index as follows:
(7%/5%)*100 = 140
The key principle using indexing is that the value must always be positive (>0) and needs to create a positive index measuring the relative position between two numbers. The porblems arise with this formula when indexing two negative values or a positive Vs a negative value, as illustrated below.
However, we cannot get the correct answer using this formula if for example:
Country A growth = -5%
Country B Growth = -3%
If we use the same formula: (-3%/-5%)*100 = 60 which is not the correct answer as country B's growth is actually better than country A's (in that country B is not declining as much as country A) and so should be returning an index > 100.
The same issue arises if:
Country A growth = -5%
Country B Growth = 3%
Again, if we use the simple formula: (3%/-5%)*100 = -60 which is again not the correct answer as country B's growth is better than country A's and so should be returning an index > 100
Can anyone please help with a solution that will calculate the relative growth index irrespective of positive or negative values for either country A or B.
Best regards,
Jason