+ Reply to Thread
Results 1 to 4 of 4

I need to round up to the nearest 50.

  1. #1
    karenm
    Guest

    I need to round up to the nearest 50.

    I am trying to calculate the number of raw material bags I need in a batch.
    If I use the mround function is will round down. Is there a way to only
    round up?


  2. #2
    Bob Phillips
    Guest

    Re: I need to round up to the nearest 50.

    =ROUNDUP(A21/50,0)*50

    or

    =CEILING(A21,50)

    --
    HTH

    Bob Phillips

    "karenm" <karenm@discussions.microsoft.com> wrote in message
    news:DBE54F5E-0524-4DFF-BC52-D966BBEE26E9@microsoft.com...
    > I am trying to calculate the number of raw material bags I need in a

    batch.
    > If I use the mround function is will round down. Is there a way to only
    > round up?
    >




  3. #3
    KL
    Guest

    Re: I need to round up to the nearest 50.

    Hi karenm,

    First of all, I believe MROUND rounds number according to the mathematical
    rules, not just DOWN or UP.

    You can use the following formulae for your case:

    =ROUNDUP(A1/50,0)*50
    =CEILING(A1/50,1)*50

    Regards,
    KL



    "karenm" <karenm@discussions.microsoft.com> wrote in message
    news:DBE54F5E-0524-4DFF-BC52-D966BBEE26E9@microsoft.com...
    >I am trying to calculate the number of raw material bags I need in a batch.
    > If I use the mround function is will round down. Is there a way to only
    > round up?
    >




  4. #4
    KL
    Guest

    Re: I need to round up to the nearest 50.

    Opps!

    The second formula should actually read:
    =CEILING(A1,50)

    KL


    "KL" <NOSPAMlapink2000@PLEASEhotmail.com> wrote in message
    news:Op6jH%23GuFHA.2592@TK2MSFTNGP09.phx.gbl...
    > Hi karenm,
    >
    > First of all, I believe MROUND rounds number according to the mathematical
    > rules, not just DOWN or UP.
    >
    > You can use the following formulae for your case:
    >
    > =ROUNDUP(A1/50,0)*50
    > =CEILING(A1/50,1)*50
    >
    > Regards,
    > KL
    >
    >
    >
    > "karenm" <karenm@discussions.microsoft.com> wrote in message
    > news:DBE54F5E-0524-4DFF-BC52-D966BBEE26E9@microsoft.com...
    >>I am trying to calculate the number of raw material bags I need in a
    >>batch.
    >> If I use the mround function is will round down. Is there a way to only
    >> round up?
    >>

    >
    >




+ 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