Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You cannot. Excel is a spreadsheet not a word-processing app.
-- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "bigohere" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a way to force Excel to close workbooks independently? | Excel Discussion (Misc queries) | |||
getting data from excel worksheet in to a script | Excel Discussion (Misc queries) | |||
Script to save Excel file to the server. | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
How do I get the trendline equation from Excel to script? | Charts and Charting in Excel |