+ Reply to Thread
Results 1 to 13 of 13

Combining decimal and imperial?

  1. #1
    Forum Contributor
    Join Date
    12-08-2015
    Location
    London, England
    MS-Off Ver
    2021
    Posts
    142

    Combining decimal and imperial?

    Hi all,

    Does anyone know how i'd go about converting a decimal weight (stone then lb's), into exact pounds?

    I.E. the cell says the weight is 11.12 stone - if i multiply this by 14 i get 155.68, but it should really be 166.32 (as there are 14 lb's in a stone so although scales would say 11.12 via decimal it'd be 11.88).

    Is there a clever way of letting the lay person enter what the scales say, then in the background converting this to the correct number so that it can be calculated into whole lbs?

    ...I'm not sure I've explained this very well?

    Thanks.

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,130

    Re: Combining decimal and imperial?

    You can use
    =DOLLARDE(A2,14)*14

    By my calculation 11 stone 12 pounds is 166 pounds not 166.32

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,507

    Re: Combining decimal and imperial?

    have you tried =CONVERT(11.12,"stone","lbm") ?
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,130

    Re: Combining decimal and imperial?

    @Sambo kid
    That will result in 155.68 as it treats the number as a decimal.

  5. #5
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,507

    Re: Combining decimal and imperial?

    @Fluff13, I see what you are saying, I didn't catch that subtlety in the first post, now I see what Weaselwithagun meant, thanks for the clarification.

  6. #6
    Forum Contributor
    Join Date
    12-08-2015
    Location
    London, England
    MS-Off Ver
    2021
    Posts
    142

    Re: Combining decimal and imperial?

    Quote Originally Posted by Fluff13 View Post
    You can use
    =DOLLARDE(A2,14)*14

    By my calculation 11 stone 12 pounds is 166 pounds not 166.32
    I've either misunderstood this, or it doesn't work?

    if you change the number from 11.12 to 10.6 you should end up with about 146, but it comes back to 200?

  7. #7
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: Combining decimal and imperial?

    yes, so you need to address the fact that 6 lb is .06 -- with .6 DOLLARDE will treat as (10 + 60/14) i.e. 14.29 * 14 --> 200

    so, either correct the entry (to use .06), or adjust the value in the DOLLARDE -- of course you need to consider what 10.1 means if you leave as-is...

  8. #8
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Combining decimal and imperial?

    you have to format the entry as text if you wish to have 11.10 being treated differently to 11.1
    =LEFT(A1,SEARCH(".",A1,1)-1)*14+RIGHT(A1,LEN(A1)-SEARCH(".",A1,1))

    is the inelegant solution, but copes with 11.6

  9. #9
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,507

    Re: Combining decimal and imperial?

    if not solved yet, this will get you close to it though will not match the decimal...
    =CONVERT(LEFT(A2,2),"stone","lbm")+RIGHT(A2,SEARCH(".",A2)-1)

  10. #10
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,130

    Re: Combining decimal and imperial?

    As has been said, it would be best to ensure users enter anything less the 10lbs as .0? otherwise you are in a world of pain.

  11. #11
    Forum Contributor
    Join Date
    12-08-2015
    Location
    London, England
    MS-Off Ver
    2021
    Posts
    142

    Re: Combining decimal and imperial?

    Quote Originally Posted by XLent View Post
    yes, so you need to address the fact that 6 lb is .06 -- with .6 DOLLARDE will treat as (10 + 60/14) i.e. 14.29 * 14 --> 200

    so, either correct the entry (to use .06), or adjust the value in the DOLLARDE -- of course you need to consider what 10.1 means if you leave as-is...
    This makes perfect sense - i should've realised the decimal problem - thanks for everyone's help

  12. #12
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,130

    Re: Combining decimal and imperial?

    You're welcome & thanks for the feedback

  13. #13
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,313

    Re: Combining decimal and imperial?

    Use a small aid (userform)
    Click anywhere in column A ( from A2 downwards )
    torachan.
    Attached Files Attached Files

+ 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. SI and Imperial units
    By flooyd in forum Access Tables & Databases
    Replies: 4
    Last Post: 04-25-2016, 07:35 PM
  2. [SOLVED] Combining Columns / Reducing Decimal Places
    By chesapeake_catskills in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-29-2015, 01:01 PM
  3. [SOLVED] Formula to chance decimal to imperial
    By Lensmeister in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-12-2014, 07:37 AM
  4. imperial weights
    By silfox in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 04-03-2014, 07:20 AM
  5. [SOLVED] Combining a simple formula with text concatenation produces to many decimal points.
    By twelvepointelk in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-18-2014, 11:13 PM
  6. Imperial weights
    By oakleyroma in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 01-12-2005, 09:06 PM
  7. Imperial weight
    By oakleyroma in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-11-2005, 06: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