Link to home
Start Free TrialLog in
Avatar of psokolo
psokolo

asked on

Calculate precentage complement.

I am trying to calculate precentage change and percentage complement.
Let's p = 20% and pComp = ?
Here is a manual calculation of pComp
100 + p(20%) = 120
now
120 - pComp = 100
pComp = 16.6%

Is there a simple formula for it ?
Avatar of Arthur_Wood
Arthur_Wood
Flag of United States of America image

pComp = ((pValue - 100)/pValue)*100


pValue = 120

AW
Avatar of psokolo
psokolo

ASKER

I would need a formula that would calculate pComp with p as the only parameter.

Thanks for intput.
ASKER CERTIFIED SOLUTION
Avatar of jkmyoung
jkmyoung

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial