106% to this please 6%

S

Steved

Hello from Steved

How do I please change 106% to 6%

Please A formula for below to acheive the above

32297966
30400962
=6%

Thankyou.
 
D

Dave Peterson

Subtract 1???

=(A1/A2)-1


Hello from Steved

How do I please change 106% to 6%

Please A formula for below to acheive the above

32297966
30400962
=6%

Thankyou.
 
M

Michael Arch

=1-(A2/A1)
If you place this on A3 and your numbers are in A1 and A2. Then format as %
--
If this posting was helpful, please click on the Yes button on the bottom
right of this window.
Regards,

Michael Arch.
 
R

Rick Rothstein

You could try this...

=MOD(A1/A2,1)

and format the cell as percentage (specifying the number of decimal places
you want).
 
D

David Biddulph

I wouldn't recommend MOD(...,1) as a general solution.
It's OK if A1/A2 is between 1 and 2, but as a more general solution you'd be
better off with =(A1/A2)-1, assuming (of course) that the OP is looking for
the percentage increase.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top