The percentage of the goal achieved under the same definition as increasing something, actual/goal, should be similar in some ways when going the other direction.
The following equation determines the percentage of the goal that is overshot or undershot depending if it is positive or negative.
$\frac{goal-actual}{goal}$
This essentially finds the difference between what you achieved and what you aimed for and turned it into a percentage of overshooting or under shooting the goal.
Obviously you need to add 100% (or 1) in order to find how much you achieved instead of how much you overshot or undershot the goal.
Using the same example, reducing the debtor days to 90 with the intended goal of 100 days results in $\frac{100-90}{100}+1$ = 1.1 or 110% of goal achieved.
In fact, the original equation your provided, $\frac{actual}{goal}$ is actually the same one I just wrote but in reduced form and with the numerator changed a little. Using my method of finding percentage overshot, and adding 100% to find % goal achieved it would have been $\frac{actual-goal}{goal}+1$, which reduces to $\frac{actual}{goal}-1+1$, finally achieving the equation $\frac{actual}{goal}$
Therefore the percentage of the goal achieved should be higher in the case of 90. Right?
– Kelvin Jayanoris Apr 03 '17 at 14:57For example, if the goal was to reduce something to 0. But you reduced it in one case to 10 and in the other case to -10.
– Kelvin Jayanoris Apr 04 '17 at 07:43