H
Hans
Hi,
I'm in need of some urgent assitance with percentage calculation.
I have a value 23.59 and need to increase it by 12% (.12 or 1.12)
I have a formula nvalue = ovalue*percentage.
so using it I get 26.42 =(23.59 +(23.59*.12)) or (23.59 * 1.12)
but if i do the same on a standard calculator 23.59 + 12 then press the %
button, I get 26.81
why the difference?, is the formula wrong or is the calculator wrong.
Whats the correct method to get the same answer as the calculator, if it is
correct using coding
Thanks in adance for any assistance.
I'm in need of some urgent assitance with percentage calculation.
I have a value 23.59 and need to increase it by 12% (.12 or 1.12)
I have a formula nvalue = ovalue*percentage.
so using it I get 26.42 =(23.59 +(23.59*.12)) or (23.59 * 1.12)
but if i do the same on a standard calculator 23.59 + 12 then press the %
button, I get 26.81
why the difference?, is the formula wrong or is the calculator wrong.
Whats the correct method to get the same answer as the calculator, if it is
correct using coding
Thanks in adance for any assistance.