How do I keep a fraction as entered (leave 12/20 not 3/5)?

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

Guest

I need to have fractions show up as I enter them (12/20, 13/20, 15/20). Is
there any way to keep Excel from changing those that can be (i.e. 12/20 to
3/5)?
 
Format the cell as ??/??

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
Interesting, you could format the cells TEXT, that keeps them from changing,
but when you try to do math with them using the VALUE function, it treats
them as dates, eg, 5/10 returns a value of 38847, which is the DATEVALUE of
May 10.
Sorry I can't answer the question.
 
I found # ??/?? under 'custom' but that did not work. Is there some other
way I can format the cell as ??/?? as you say? ~ Thanks.
 
Try this:

# ??/20

--

HTH,

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

I found # ??/?? under 'custom' but that did not work. Is there some other
way I can format the cell as ??/?? as you say? ~ Thanks.
 
Thanks -that's exactly what I want - only I don't know how to get that
formatting into Excel. How do I change the bottom ?? into 20? Am I in the
right place by going to Format...Cells...Custom ?
 
Format>cells->Number tab
Under Category select custom
Under Type:
input this exactly
# ??/20

It will round every number to the closest 20th and display as fraction. If
you need other denominators, you will need to format each one seperately, or
format as text.

You are in the right place. When you select # ??/??, you should be able to
edit the text box under Type:
 

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