+ Reply to Thread
Results 1 to 5 of 5

how do I write a formula to round up a number?

  1. #1
    Barbie
    Guest

    how do I write a formula to round up a number?

    I want to write a formula that will allow me to multiply a currency number by
    9 and then round the number up so that it ends in 9. For example, $56.50 x 9
    = $508.50 and then round it up to be $509 (no decimals needed). Thanks so
    much for your help.

  2. #2
    Jason Morin
    Guest

    Re: how do I write a formula to round up a number?

    Try:

    =ROUNDUP(A1*9+1,-1)-1

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >I want to write a formula that will allow me to multiply

    a currency number by
    >9 and then round the number up so that it ends in 9.

    For example, $56.50 x 9
    >= $508.50 and then round it up to be $509 (no decimals

    needed). Thanks so
    >much for your help.
    >.
    >


  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Try this on for size:

    =CEILING(A1*9,10)-1

    Regards,
    Ron

  4. #4
    barbarellajk
    Guest

    Re: how do I write a formula to round up a number?



    "Jason Morin" wrote:

    > Try:
    >
    > =ROUNDUP(A1*9+1,-1)-1
    >
    > HTH
    > Jason
    > Atlanta, GA
    >
    > >-----Original Message-----
    > >I want to write a formula that will allow me to multiply

    > a currency number by
    > >9 and then round the number up so that it ends in 9.

    > For example, $56.50 x 9
    > >= $508.50 and then round it up to be $509 (no decimals

    > needed). Thanks so
    > >much for your help.
    > >.
    > >

    >


  5. #5
    barbarellajk
    Guest

    Re: how do I write a formula to round up a number?


    Hi Jason,

    Works great... You rock! You have saved us so much time and eliminated a
    lot of angst.

    Barbie & Andrea

    "Jason Morin" wrote:

    > Try:
    >
    > =ROUNDUP(A1*9+1,-1)-1
    >
    > HTH
    > Jason
    > Atlanta, GA
    >
    > >-----Original Message-----
    > >I want to write a formula that will allow me to multiply

    > a currency number by
    > >9 and then round the number up so that it ends in 9.

    > For example, $56.50 x 9
    > >= $508.50 and then round it up to be $509 (no decimals

    > needed). Thanks so
    > >much for your help.
    > >.
    > >

    >


+ 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