convert feet and inchs to inchs only

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Trying to convert from 15'6" to inchs only, is this possible and how do I do
it? The info is in a2 need to see the answer in a3
 
Trying to convert from 15'6" to inchs only, is this possible and how do I do
it? The info is in a2 need to see the answer in a3
how is the 15'6" getting into A2?

If it can be put in A2 for feet and A3 for inches with the answer in
A4 then it's a doodle

in a4 =(a2*12)+a3
 
Hi!

Here's one way:

=(LEFT(A2,FIND("'",A2)-1)*12+SUBSTITUTE(MID(A2,FIND("'",A2)
+1,255),"""",""))

Biff
 

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