+ Reply to Thread
Results 1 to 8 of 8

Formula to Convert Inches to Decimals of a Foot

  1. #1
    Registered User
    Join Date
    06-11-2015
    Location
    West Virginia, USA
    MS-Off Ver
    2013
    Posts
    3

    Formula to Convert Inches to Decimals of a Foot

    Hello,

    I am trying to find a formula to convert inches to decimals of a foot. For example: 12' -6 1/2" would be equal to 12.5417. The only way I can convert right now is by using a paper conversion table to get the number. I have attached a copy of the Conversion table that I have been using so you can get a feel with what I am dealing with. I have also attached a screenshot showing what my spreadsheet looks like.

    Thanks for your help!
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Formula to Convert Inches to Decimals of a Foot

    =12 + round(6.5/12, 4)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,101

    Re: Formula to Convert Inches to Decimals of a Foot

    This is not the answer to what you are asking however what about not converting, using columnB to input feet and columnC to input inches. Just letting the spread sheet figure it out as in:

    Inches to Fractions of Feet.xlsx

  4. #4
    Registered User
    Join Date
    06-11-2015
    Location
    West Virginia, USA
    MS-Off Ver
    2013
    Posts
    3

    Re: Formula to Convert Inches to Decimals of a Foot

    Jerry,

    Thanks for your reply. The formula you have is correct. I will be putting multiple lengths in column B, so would I need to have separate columns for the feet, inches and the fraction? Was hoping to get a formula that I could copy and paste into the spreadsheet. Thxs!

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Formula to Convert Inches to Decimals of a Foot

    I don't know, maybe. Using real numbers is always easiest. I'd think FEET and INCHES only.

    A1: 12
    B1: 6.5

    C1: =A1 + round(B1/12, 4)


    Once it is working in one row, copy down for the others.

  6. #6
    Registered User
    Join Date
    06-11-2015
    Location
    West Virginia, USA
    MS-Off Ver
    2013
    Posts
    3

    Re: Formula to Convert Inches to Decimals of a Foot

    JeteMc,

    It was so obvious yet so far away. I have not had enough coffee yet! Exactly what I was looking for.
    Thanks for your help

  7. #7
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Formula to Convert Inches to Decimals of a Foot

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,101

    Re: Formula to Convert Inches to Decimals of a Foot

    Your Welcome. In the event that the solution given is satisfactory an addition to reputation would be appreciated, also please mark the thread as solved. Hope you have a nice day. Come back whenever you have the need/inclination.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. formula to convert cell numbers in inches and feet: 1'2" to decimals
    By ihill in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-16-2015, 09:45 AM
  2. formula to convert inches to square foot
    By romettekitty in forum Excel General
    Replies: 6
    Last Post: 08-23-2014, 10:43 AM
  3. need to multiplicate foot and inches times a given number
    By gcastilleja in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 10-16-2008, 04:12 PM
  4. how to input foot and inches and make it operational
    By gcastilleja in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 10-11-2008, 09:43 AM
  5. [SOLVED] Convert decimals to feet / inches in excel
    By rk@morsesteel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-18-2005, 01:06 PM

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