How can I force Excel to do fractions in super/sub script

B

bigohere

When making sheets of nothing but feet/inches how can I get Excel to write
all fractions in super/sub script instead of the standard script? Thank You
very much
 
G

Gary''s Student

This is not exactly what you want, but:

Let's say that cell A1 contains a length in feet: 12.1 then in cell B1 put:

=INT(A1)&"' "&INT(12*(A1-INT(A1)))&""" "&TEXT(MOD(12*(A1-INT(A1)),1),"##/##")

which will display as 12’ 1" 1/5

If you need the reverse, put the feet and inches into separate cells to make
the math easier
 

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