Jtucker10278
Board Regular
- Joined
- May 14, 2017
- Messages
- 62
- Office Version
- 365
- Platform
- Windows
This is more of Math question, and reporting standard question. but I will probably need some formula help with the correct answer.
if last Qtr I produce 800 Widgets and this Qtr I produce 1250 Widgets Increase = (new - original) / Original or (1250 - 800) / 800= 56% increase
but if last Qtr I produced 1250 Widgets and this Qtr I produced 800 Decrease = (Original - new) / Original or (1250 - 800) / 1250 = 36% decrease
but in both cases it was only 450 Widgets different.
Now lets say I am looking at how many Minutes it takes to crate widget.
Last qtr it took 22 min per widget and this qtr it is taking 13 min per widget it is a decrease in min but a big increase in productivity
the formula (22-13)/22 = 40% but thats really right because it was an increase in the direction we wanted the number to go.
AND the formula (22-13)/13 = 69% but I don't know if that is accurate either
I could invert the formula to show -40% or -69% (but then I'm up to like 3 if statement so i can have single formula that calculates % for all scenarios
Andy why, why are all sales and productivity reports done this way showin increasing or decreasing % instead of change %
Ie 2 | b-a | / (b+a) x 100
thanks for any thoughts or input
if last Qtr I produce 800 Widgets and this Qtr I produce 1250 Widgets Increase = (new - original) / Original or (1250 - 800) / 800= 56% increase
but if last Qtr I produced 1250 Widgets and this Qtr I produced 800 Decrease = (Original - new) / Original or (1250 - 800) / 1250 = 36% decrease
but in both cases it was only 450 Widgets different.
Now lets say I am looking at how many Minutes it takes to crate widget.
Last qtr it took 22 min per widget and this qtr it is taking 13 min per widget it is a decrease in min but a big increase in productivity
the formula (22-13)/22 = 40% but thats really right because it was an increase in the direction we wanted the number to go.
AND the formula (22-13)/13 = 69% but I don't know if that is accurate either
I could invert the formula to show -40% or -69% (but then I'm up to like 3 if statement so i can have single formula that calculates % for all scenarios
Andy why, why are all sales and productivity reports done this way showin increasing or decreasing % instead of change %
Ie 2 | b-a | / (b+a) x 100
thanks for any thoughts or input