FORMATTING CELL TO ACCEPT MEASUREMENT

  • Thread starter HOW TO FORMAT CELL TO ACCEPT DATA IN FEE
  • Start date
T

Tim879

I'm not sure how to format a cell to do this but you can use the
formula below...
=ROUNDDOWN(A1,0)&" ft. " &MOD(A1*12,12)&"in."

just put the total feet / inches (i.e. 1.5 = 1 ft 6 in) in cell a1 and
use the formula above.
 
Top