special formulas

  • Thread starter Thread starter Tacklemom
  • Start date Start date
T

Tacklemom

Hi All,

what I am trying to do is attach the " sign to a cell. So when you enter in
a fraction eg (1/4) which I have already formatted for you attach the " sign
with it. Any suggestion?

Thanks
 
Hi,

Here are two ways to do this both involve custom formats

Choose Format, Cells, Number tab, Custom and on the Type line enter either
General"''"
or
General\"

In the first case there are two single quotes between the pair of double
quotes, in the second case it ends with a single double-quote.

You can change General to any standard number format number format you want.
 
Custom format
###/###''

will accomadate up to 3 digit fractions. Note that it uses 2 single
quotation marks, not 1 double quotation mark.
 
Why not use /" (slash/double quote mark) in the format pattern to put the
"inch" symbol at the end of the fraction?
 

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

Back
Top