+ Reply to Thread
Results 1 to 26 of 26

Convert feet and inches to inches

Hybrid View

  1. #1
    Registered User
    Join Date
    07-08-2009
    Location
    San Antonio
    MS-Off Ver
    Excel 2007
    Posts
    11

    Convert feet and inches to inches

    In column A1, I have 12'-5 (general) and want to covert to total inches (65). I have tried several formula's but to nothing seems to work. Do I need to set the solution column to specific type (i.e general) or am I missing something :-( ...

    Tried : =(1*(LEFT(A1,FIND("-",A1)-1)*12+MID(A1,FIND("-",A1)+1,2)))+IF(LEN(A1)=LEN(SUBSTITUTE(A1,"1/2",""))

    and nothing happened?
    Last edited by shernandez; 07-08-2009 at 11:58 AM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Convert feet and inches to inches

    Welcome to the forum.

    =LEFT(A1, FIND("'", A1)-1)*12 + MID(A1, FIND("-", A1)+1, 2)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    07-08-2009
    Location
    San Antonio
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Convert feet and inches to inches

    I placed your formula in cloumn b1 and it has an error .. any other suggestions

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Convert feet and inches to inches

    Yes -- post a workbook.

  5. #5
    Registered User
    Join Date
    07-08-2009
    Location
    San Antonio
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Convert feet and inches to inches

    Thank You ... I attached the sample excel worksheet
    Attached Files Attached Files

  6. #6
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Convert feet and inches to inches

    If you put SHG's formula in B1 you get an error because A1 has the word "Length" in it, not a measurement. Try putting it in B2 and adjust all of the references of A1 to A2. Once you do that the formula should work and you can fill it down column B as far as necessary.

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

  7. #7
    Registered User
    Join Date
    11-16-2012
    Location
    Kathmandu, Nepal
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Convert feet and inches to inches

    how to convert 4.11 Feet (4 Feet & 11 Inches) to 59 inches...........

  8. #8
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Convert feet and inches to inches

    Welcome to the Forum Rupak007, unfortunately:

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread. It makes sense to have a new thread for your question because a thread with numerous replies can be off putting & difficult to pick out relevant replies.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1