How To Use Feet and Inches in Excel The Easy Way

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024

ความคิดเห็น • 25

  • @thishandleisnotavailable632
    @thishandleisnotavailable632 2 ปีที่แล้ว +2

    I saw some people having an issue with this in the comments so I tried it myself and found the following:
    You have to actually click the A1 cell when he does it during the creation of the formula. You can't just input the line of code. If you skip this step and just try to paste in the code without clicking the cells you will get an error.
    Step 1: Format Column A as text
    Step 2: Click cell A1 and enter in "12-5+7/8"
    Step 3: Click cell B1 and select Formulas>Name Manager
    Step 4: Click New on the Name Manager and input "ftin" for the name
    Step 5: Click cell A1
    Step 6: Paste =EVALUATE(SUBSTITUTE(Sheet1!A1,"-","*12+")) into the Refers to: field and press close
    Step 7: Click in cell B1 and enter "=ftin"
    When you follow these steps exactly, it turns B1 into the decimal form of the input from A1. You can now plug anything into A1 in the format of feet-inches+fraction and it will update B1 to show the decimal equivalent.

  • @davidblake6356
    @davidblake6356 2 หลายเดือนก่อน

    Perfect - exactly what I needed. Excellent explanation - much appreciated 🙂

  • @Kareemwilldream
    @Kareemwilldream 4 หลายเดือนก่อน

    finally got it to work. Thanks. I followed another tip in the comments that said the you must/should click on the cell when creating the evaluation function. Cant just type in the coordinates.

  • @EvanSarris
    @EvanSarris ปีที่แล้ว +1

    I FOLLOWED THE STEPS AS EXPLAINED IN THE TUTORIAL. I TRY TO ENTER THE FORUMULA AS USUAL AND I KEEP GETTING =FTIN. I ALSO TRIED THE SUGGESTION FROM MATT HAND AND I GET THE SAME RESULT. I HAVE OFFICE 365 IF THAT HELPS. THANKS

  • @rossdaboss10001
    @rossdaboss10001 ปีที่แล้ว

    The formula only works on sheet 1. Do I need to enter the formula for each sheet?

  • @ricardobocus6304
    @ricardobocus6304 2 ปีที่แล้ว

    This saved a migrane

  • @lucleblanc6060
    @lucleblanc6060 2 ปีที่แล้ว +1

    Can't get it to work, keep getting name or value errors, I can't seem to isolate the cause, wish I could get it to work. Thanks for the awsom tutorial, I'll keep plugging away in the hope I can fix it cause it shur would be useful.

    • @SteelForum
      @SteelForum  2 ปีที่แล้ว

      Take a day away from it and try again on a blank spreadsheet...you'll get it

  • @kjohnson7047
    @kjohnson7047 2 ปีที่แล้ว

    What would the inverse of this be? After adding many converted (ft-in+fractional) entries, I am trying to show the summation as a total length back into (ft-in+fractional) from. Great video, thank you.

    • @NicholasCoffee
      @NicholasCoffee 2 ปีที่แล้ว +1

      Use the MROUND(A1,.0625) to get it into even sixteenths

  • @anupgupte
    @anupgupte 2 ปีที่แล้ว +1

    how to do this in google sheets?

  • @davefornow9109
    @davefornow9109 9 หลายเดือนก่อน

    Thanks for this. Is there a way to get it to ignore an inch symbol if I wanted to use the input string of 12'-5 7/8"? I know I can include the foot symbol ' in the substitution string, but i am trying to figure out if I can get it to ignore in inch symbol at the end instead of erroring out.

    • @NicholasCoffee
      @NicholasCoffee 9 หลายเดือนก่อน

      I would just trim out the symbol before processing it. That double quote is annoying

  • @user-dv4qz7vp5h
    @user-dv4qz7vp5h 10 หลายเดือนก่อน

    I would like to create a table where i can enter the measurements (feet and inches) of what the material is supposed to be and have it calculate automatically if i am over or under the 1/4 in tolerance. For example: if a skid is supposed to arrive 66ft X 44 1/2 ft and but the material i received is 65 5/16 ft X 44 1/16 ( I would like for it indicate whether i am over or under tolerance) Thanks in advance

    • @NicholasCoffee
      @NicholasCoffee 9 หลายเดือนก่อน

      Can you give us example of the formatted data you're starting with?

    • @marcusortiz5426
      @marcusortiz5426 9 หลายเดือนก่อน

      @@NicholasCoffee this all I have at the moment, but this is the formula that we go by L:55 1/2 X W: 80.3/4 but then again, each sheet is different but if create one to match this one then it would be just a matter of making small changes to others

  • @imrankhan-cw5ek
    @imrankhan-cw5ek ปีที่แล้ว

    how multiply zero with other numbers i.e 2x0x2

  • @vinayadas90kpy
    @vinayadas90kpy 3 ปีที่แล้ว

    Interesting

  • @michaeldinh6801
    @michaeldinh6801 2 ปีที่แล้ว +1

    how do i go from decimal feet to fraction feet- inch?

    • @SteelForum
      @SteelForum  2 ปีที่แล้ว +1

      Just type the decimal followed by the feet sign and this formula should handle it.

    • @michaeldinh6801
      @michaeldinh6801 2 ปีที่แล้ว

      @@SteelForum I’ll try.

  • @Pasham38
    @Pasham38 ปีที่แล้ว

    Nobody uses this crazy measurement system except you in the world

    • @NicholasCoffee
      @NicholasCoffee ปีที่แล้ว

      There are actually really good arguments for both a base 12 and base 16 measurement system in construction. While design professionals enjoy metric, in the field where equally spaced items are necessary there's a lot of value there.

  • @davidpollack517
    @davidpollack517 10 หลายเดือนก่อน

    Doesn't work, jsut get's erroers. even cut and paste doesnt work

    • @SteelForum
      @SteelForum  10 หลายเดือนก่อน

      If you read through the comments people have some suggestions.