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
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
You cannot. Excel is a spreadsheet not a word-processing app.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
"bigohere" <bigohere@discussions.microsoft.com> wrote in message
news:5C6117E6-706B-4D61-B6B2-F1030734E30F@microsoft.com...
> 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
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
--
Gary's Student
"bigohere" wrote:
> 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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks