Thread: Cell formatting
View Single Post
  #2   Report Post  
Gary's Student
 
Posts: n/a
Default

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


"rcolmansr60" wrote:


How do I format a cell for feet-inches, where the inches may be whole
number with a fraction? Like 9'-7 3/8"
Dick


--
rcolmansr60
------------------------------------------------------------------------
rcolmansr60's Profile: http://www.excelforum.com/member.php...o&userid=26731
View this thread: http://www.excelforum.com/showthread...hreadid=399867