LO 6.3 calc

I enter in column W only
What formulas should go in columns X and Y?
LO 6.3 calc

I enter in column W only
What formulas should go in columns X and Y?
In X2:
=INT(CONVERT(W2;"in";"ft"))
In Y2:
=W2-CONVERT(X2;"ft";"in")
(without thinking about proper math here
)
Feet (col X): =INT(W2/12)
Inch (col Y): =W2-X2*12
For symmetry
Inch (col Y): =MOD(W2,12)
Better yet, see here :