+ Reply to Thread
Results 1 to 7 of 7

Convert mm to fractional inches

  1. #1
    Registered User
    Join Date
    07-15-2007
    Posts
    19

    Convert mm to fractional inches

    Hi,

    I have a column with measurements in millimeters and I want to convert them to proper fractional inches.

    i.e. 29mm in one cell needs to be converts to 1 1/4.

    As well as the above, I the fraction should be no smaller that 1/8. In other words I don't want 16ths or 32ths. Just 8ths, Quarters & halves. It should round to the nearest fraction.

    I did look at some other posts but couldn't find the right solution.

    Thanks

  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
    in = mm/25.4

    Format as a fraction or however you wish.

  3. #3
    Registered User
    Join Date
    07-15-2007
    Posts
    19
    Quote Originally Posted by shg View Post
    in = mm/25.4

    Format as a fraction or however you wish.
    Thanks for you quick answer.

    However, that's what I already do though. Sorry I didn't mention before. I don't want to have to mess around deciding which is the appropriate fraction to format to as there are well over 400 measurements that need converting.

    e.g. say the measurement was 19.05 then the proper fraction is 3/4. You wouldn't normally write this as 6/8. I want excel to format this correctly.

  4. #4
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    Please Login or Register  to view this content.
    B22 is the mearurement in MM.
    Remember to change the format to fraction
    I need your support to add reputations if my solution works.


  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    If you load the Analysis Toolpak add-in,

    =MROUND(mm/25.4, 1/8)

    ... and format as # ?/?

  6. #6
    Valued Forum Contributor Richard Schollar's Avatar
    Join Date
    05-23-2006
    Location
    Hampshire UK
    MS-Off Ver
    Excel 2002
    Posts
    1,264
    Hi

    Or

    =CONVERT(mm,"mm","in")

    and format as per shg.

    Richard

  7. #7
    Registered User
    Join Date
    07-15-2007
    Posts
    19
    Quote Originally Posted by shg View Post
    If you load the Analysis Toolpak add-in,

    =MROUND(mm/25.4, 1/8)

    ... and format as # ?/?
    This works exactly as I wanted.

    Thanks all for the other suggestions, I did try them but found this was the best solution.

    Thanks for the help

+ 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. Convert to Adobe PDF
    By VBAnewbie in forum Excel General
    Replies: 4
    Last Post: 07-31-2015, 02:51 AM
  2. row height & col width in inches
    By hxly2 in forum Excel General
    Replies: 6
    Last Post: 02-17-2011, 08:37 AM
  3. convert excel workbook to web
    By KyleLee in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-04-2008, 04:18 AM
  4. Formula to convert a measurement!
    By simon4sam in forum Excel General
    Replies: 3
    Last Post: 08-13-2008, 09:46 AM
  5. Feet and Inches
    By greasybob in forum Excel General
    Replies: 17
    Last Post: 04-23-2007, 07:41 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