Getting feet and inches from centimeters

  • Thread starter Thread starter Mo
  • Start date Start date
M

Mo

I need to work out how to obtain feet and inches from a value that's entered
in centimeters.

Can someone help.

TIA
 
Feet = (EnteredCentimeters / 2.54 ) \ 12

Inches = (EnteredCentimeters / 2.54) - (((EnteredCentimeters / 2.54 ) \ 12)
* 12 )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top