convert feet & inches to decimals

  • Thread starter Thread starter Roderick
  • Start date Start date
R

Roderick

example: I need to insert 3'-2" into one cell and the result shown in another
cell would be the equivalent in decimals of feet
 
=LEFT(A1,FIND("-",A1)-2)+SUBSTITUTE(MID(A1,FIND("-",A1)+1,5),"""","")/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