percentage

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

Guest

I need a formula to divide 2 numbers and return with a percentage with 2
decimals.
eg: 684/937 to return with 72.99%.

Thanks in advance
 
Just format (Format>Cells>Percentage) as % with two dec places.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Can't format cells, lost password to unlock work sheet.
Is there a manual formula you can enter in the cell?
 
Try this:

=TEXT(A1/B1,"0.00%")
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


Can't format cells, lost password to unlock work sheet.
Is there a manual formula you can enter in the cell?
 
Just add the "=" sign to 684/937 to make it a formula.

=684/937 returns 72.99

Then format as Bob suggests.


Gord Dibben MS Excel MVP
 
If the sheet is protected, how will you enter a formula in a cell, or is the
cell unlocked?

If the latter, see RD's response.


Gord
 

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

Similar Threads


Back
Top