Hi everyone,
I'm compiling some information and want to to show target V actual as a percentage.
Target Actual Performance
137 88 64% of the way to achieving the target
2.7 2.6 102% This issue I have here is the actual needs to be lower than target for it to be positive and I want to show the result as +2% not 102%
The formula I"m using it =IF(MIN(F25,G25)<=0,IF(G25-F25)>0,"P","N"),(G25/F25)-1)
Is there an easy way to do this?
Any help will be greatly appreciated as I'm getting grayer by the minute here.
Thanks
Darran
I'm compiling some information and want to to show target V actual as a percentage.
Target Actual Performance
137 88 64% of the way to achieving the target
2.7 2.6 102% This issue I have here is the actual needs to be lower than target for it to be positive and I want to show the result as +2% not 102%
The formula I"m using it =IF(MIN(F25,G25)<=0,IF(G25-F25)>0,"P","N"),(G25/F25)-1)
Is there an easy way to do this?
Any help will be greatly appreciated as I'm getting grayer by the minute here.
Thanks
Darran