+ Reply to Thread
Results 1 to 3 of 3

best formula to use

  1. #1
    Registered User
    Join Date
    10-24-2005
    Posts
    55

    best formula to use

    Hi

    What would be the best formula to use if i want to find out how much a number would go into a number then the left over part

    Eg

    Q. 2000mm is the size and need to know how many times 76.2mm goes into it

    A. 26times which then leaves 18.8mm over

    Thank you

  2. #2
    Peo Sjoblom
    Guest

    Re: best formula to use

    With 2000 in A1 and 76.2 in B1

    =INT(A1/B1)

    will return 26

    the rest

    =MOD(A1,B1)

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "raw" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi*
    >
    > What would be the best formula to use if i want to find out how much a
    > number would go into a number then the left over part
    >
    > Eg
    >
    > Q. 2000mm is the size and need to know how many times 76.2mm goes into
    > it
    >
    > A. 26times which then leaves 18.8mm over
    >
    > Thank you*
    >
    >
    > --
    > raw
    > ------------------------------------------------------------------------
    > raw's Profile:
    > http://www.excelforum.com/member.php...o&userid=28312
    > View this thread: http://www.excelforum.com/showthread...hreadid=488052
    >



  3. #3
    Gord Dibben
    Guest

    Re: best formula to use

    I think you would need two formulas but maybe someone else will get clever.

    =ROUND(2000/76.2,0) reurns 26

    =2000-76.2*ROUND(2000/76.2,0) returns 18.8


    Gord Dibben Excel MVP


    On Thu, 24 Nov 2005 17:59:02 -0600, raw
    <[email protected]> wrote:

    >
    >Hi*
    >
    >What would be the best formula to use if i want to find out how much a
    >number would go into a number then the left over part
    >
    >Eg
    >
    >Q. 2000mm is the size and need to know how many times 76.2mm goes into
    >it
    >
    >A. 26times which then leaves 18.8mm over
    >
    >Thank you*



+ 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