return in fractions with multiple divisors, linear

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

Guest

I need to have values returned to within 1/16 of an inch, but if the awnser
is 3/8 or 1/2 or 1/4 I need it to say so, all I can get is

3/8 returns as 6/16
1/2 returns as 8/16

is there a way to get around this witin the cell format function
 
format the cell as #?/#?

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
I need to have values returned to within 1/16 of an inch, but if the awnser
is 3/8 or 1/2 or 1/4 I need it to say so, all I can get is

3/8 returns as 6/16
1/2 returns as 8/16

is there a way to get around this witin the cell format function


Format as # ??/?? (or "Up to two digits") and round your result to the nearest
1/16

e.g. =ROUND(your_formula*16,0)/16





--ron
 

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