+ Reply to Thread
Results 1 to 4 of 4

Having Trouble With Roundup

  1. #1
    mike
    Guest

    Having Trouble With Roundup

    Cell F21 has a value of 908140. I want to divide this number by 27.4
    and round the result up to the nearest 1000. I have put in a formula in
    the cell I want the answer =Roundup(($F$21/27.4),3). The result I get
    is 33144. This is the result of dividing the 908140 by 27.4. No
    rounding is taking place. What am I doing wrong?
    Thanks for any and all help.


  2. #2
    JE McGimpsey
    Guest

    Re: Having Trouble With Roundup

    Your second argument has to be negative. Using 3 rounds to three places
    to the right of the decimal point.

    So =ROUNDUP($F$21/27.4,-3)

    will round to the nearest thousand, up or down.

    To round UP to the next thousand, use

    =CELING($F$21/27.4,1000)




    In article <[email protected]>,
    "mike" <[email protected]> wrote:

    > Cell F21 has a value of 908140. I want to divide this number by 27.4
    > and round the result up to the nearest 1000. I have put in a formula in
    > the cell I want the answer =Roundup(($F$21/27.4),3). The result I get
    > is 33144. This is the result of dividing the 908140 by 27.4. No
    > rounding is taking place. What am I doing wrong?
    > Thanks for any and all help.


  3. #3
    Sandy Mann
    Guest

    Re: Having Trouble With Roundup

    Mike, use -3 as the argument in the ROUNDUP function

    =ROUNDUP($F$21/27.4,-3)

    HTH

    Sandy

    --
    to e-mail direct replace @mailinator.com with @tiscali.co.uk


    "mike" <[email protected]> wrote in message
    news:[email protected]...
    > Cell F21 has a value of 908140. I want to divide this number by 27.4
    > and round the result up to the nearest 1000. I have put in a formula in
    > the cell I want the answer =Roundup(($F$21/27.4),3). The result I get
    > is 33144. This is the result of dividing the 908140 by 27.4. No
    > rounding is taking place. What am I doing wrong?
    > Thanks for any and all help.
    >




  4. #4
    mike
    Guest

    Re: Having Trouble With Roundup

    Thank you both 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)

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