Excel Formula Question

  • Thread starter denise-tannersville
  • Start date
D

denise-tannersville

I need to multiply the amount in Col A by a percentage Col B and get the
total amount in Col B (example: 20,000*2%) I just need TOTAL to show in Col B.
 
C

CLR

IN B1 put.....

=A1*2%

If you're looking for a 2% increase, use

=A1*1.02

Vaya con Dios,
Chuck, CABGx3
 
Top