Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, but, How do I create a user defined function?
"bigwheel" wrote: You could do it with a user defined function e.g. Function d_to_fi(numberarg As Double) feet = Int(numberarg) inches = Format((numberarg - Int(numberarg)) * 12, "#0") d_to_fi = feet & " ' - " & inches & """" End Function "covdbrdg" wrote: How can I display a number as feet and inch in single cell, ie. 8.5 to display 8'-6" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to convert decimal feet to feet inch sixteenths | Excel Discussion (Misc queries) | |||
Suggestion for new cell formats for Feet and Inch | Excel Discussion (Misc queries) | |||
display feet and inches | Excel Discussion (Misc queries) | |||
Format numberformat Single | Excel Worksheet Functions | |||
HOW CAN I SHOW OUTPUT IN FEET INCH FORMAT | New Users to Excel |