Decrease by percent

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

To increase a number by a certain percent (for instance, 3%) I multiply the number by 1.03. How about if I want to decrease the number by 3%?
 
Hi
try
=A1*0.97
or
=A1-(A1*(percent_value/100)) -> =A1-(A1*(3/100))

--
Regards
Frank Kabel
Frankfurt, Germany
JBrown said:
To increase a number by a certain percent (for instance, 3%) I
multiply the number by 1.03. How about if I want to decrease the number
by 3%?
 
multiply by 97%
-----Original Message-----
To increase a number by a certain percent (for instance,
3%) I multiply the number by 1.03. How about if I want to
decrease the number by 3%?
 
Back
Top