+ Reply to Thread
Results 1 to 11 of 11

Rounding Off!?

  1. #1
    Registered User
    Join Date
    01-10-2006
    Posts
    67

    Rounding Off!?

    Hello, is there a way to round of a number say something like this:

    13.2 to 14 instead of going to 13...how can I do this?

    Thanks
    From John

  2. #2
    Chip Pearson
    Guest

    Re: Rounding Off!?

    Use the ROUNDUP function. E.g.,

    =ROUNDUP(A1,0)

    ROUNDUP is part of the Analysis Tool Pak add-in, so you must have
    this loaded to use the function. Go to the Tools menu, choose
    Add-Ins, and put a check next to Analysis Tool Pak.

    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "Neo1" <Neo1.24feso_1141948187.9794@excelforum-nospam.com> wrote
    in message
    news:Neo1.24feso_1141948187.9794@excelforum-nospam.com...
    >
    > Hello, is there a way to round of a number say something like
    > this:
    >
    > 13.2 to 14 instead of going to 13...how can I do this?
    >
    > Thanks
    > From John
    >
    >
    > --
    > Neo1
    > ------------------------------------------------------------------------
    > Neo1's Profile:
    > http://www.excelforum.com/member.php...o&userid=30329
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=520843
    >




  3. #3
    Gilles Desjardins
    Guest

    Re: Rounding Off!?

    Hi John,

    =ROUNDUP(A1,0)

    Gilles

    "Neo1" <Neo1.24feso_1141948187.9794@excelforum-nospam.com> wrote in message
    news:Neo1.24feso_1141948187.9794@excelforum-nospam.com...
    >
    > Hello, is there a way to round of a number say something like this:
    >
    > 13.2 to 14 instead of going to 13...how can I do this?
    >
    > Thanks
    > From John
    >
    >
    > --
    > Neo1
    > ------------------------------------------------------------------------
    > Neo1's Profile:
    > http://www.excelforum.com/member.php...o&userid=30329
    > View this thread: http://www.excelforum.com/showthread...hreadid=520843
    >




  4. #4
    Trevor Shuttleworth
    Guest

    Re: Rounding Off!?

    =ROUNDUP(A12,0)

    Regards

    Trevor


    "Neo1" <Neo1.24feso_1141948187.9794@excelforum-nospam.com> wrote in message
    news:Neo1.24feso_1141948187.9794@excelforum-nospam.com...
    >
    > Hello, is there a way to round of a number say something like this:
    >
    > 13.2 to 14 instead of going to 13...how can I do this?
    >
    > Thanks
    > From John
    >
    >
    > --
    > Neo1
    > ------------------------------------------------------------------------
    > Neo1's Profile:
    > http://www.excelforum.com/member.php...o&userid=30329
    > View this thread: http://www.excelforum.com/showthread...hreadid=520843
    >




  5. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,523
    =roundup(c10,0)

  6. #6
    Bernard Liengme
    Guest

    Re: Rounding Off!?

    Number 13.2 in A1, then both of these give 14
    (a) =ROUNDUP(A1,0)
    (b) =CEILING(A1,1)
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "Neo1" <Neo1.24feso_1141948187.9794@excelforum-nospam.com> wrote in message
    news:Neo1.24feso_1141948187.9794@excelforum-nospam.com...
    >
    > Hello, is there a way to round of a number say something like this:
    >
    > 13.2 to 14 instead of going to 13...how can I do this?
    >
    > Thanks
    > From John
    >
    >
    > --
    > Neo1
    > ------------------------------------------------------------------------
    > Neo1's Profile:
    > http://www.excelforum.com/member.php...o&userid=30329
    > View this thread: http://www.excelforum.com/showthread...hreadid=520843
    >




  7. #7
    Elkar
    Guest

    RE: Rounding Off!?

    You can use the ROUNDUP() function:

    =ROUNDUP(A1,0)

    Where A1 is your value or formula and the 0 is how many decimal places to
    round to.

    HTH,
    Elkar


    "Neo1" wrote:

    >
    > Hello, is there a way to round of a number say something like this:
    >
    > 13.2 to 14 instead of going to 13...how can I do this?
    >
    > Thanks
    > From John
    >
    >
    > --
    > Neo1
    > ------------------------------------------------------------------------
    > Neo1's Profile: http://www.excelforum.com/member.php...o&userid=30329
    > View this thread: http://www.excelforum.com/showthread...hreadid=520843
    >
    >


  8. #8
    Elkar
    Guest

    Re: Rounding Off!?

    Acutally, ROUNDUP is not part of the Analysis ToolPak. Perhaps you're
    thinking of MROUND?

    "Chip Pearson" wrote:

    > Use the ROUNDUP function. E.g.,
    >
    > =ROUNDUP(A1,0)
    >
    > ROUNDUP is part of the Analysis Tool Pak add-in, so you must have
    > this loaded to use the function. Go to the Tools menu, choose
    > Add-Ins, and put a check next to Analysis Tool Pak.
    >
    > --
    > Cordially,
    > Chip Pearson
    > Microsoft MVP - Excel
    > Pearson Software Consulting, LLC
    > www.cpearson.com
    >
    >
    > "Neo1" <Neo1.24feso_1141948187.9794@excelforum-nospam.com> wrote
    > in message
    > news:Neo1.24feso_1141948187.9794@excelforum-nospam.com...
    > >
    > > Hello, is there a way to round of a number say something like
    > > this:
    > >
    > > 13.2 to 14 instead of going to 13...how can I do this?
    > >
    > > Thanks
    > > From John
    > >
    > >
    > > --
    > > Neo1
    > > ------------------------------------------------------------------------
    > > Neo1's Profile:
    > > http://www.excelforum.com/member.php...o&userid=30329
    > > View this thread:
    > > http://www.excelforum.com/showthread...hreadid=520843
    > >

    >
    >
    >


  9. #9
    Chip Pearson
    Guest

    Re: Rounding Off!?

    > Actually, ROUNDUP is not part of the Analysis ToolPak. Perhaps
    > you're
    > thinking of MROUND?


    Yeah, you're right. My mistake.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "Elkar" <Elkar@discussions.microsoft.com> wrote in message
    news:AD048889-7E3A-48FB-B13C-D0B16473931D@microsoft.com...
    > Acutally, ROUNDUP is not part of the Analysis ToolPak. Perhaps
    > you're
    > thinking of MROUND?
    >
    > "Chip Pearson" wrote:
    >
    >> Use the ROUNDUP function. E.g.,
    >>
    >> =ROUNDUP(A1,0)
    >>
    >> ROUNDUP is part of the Analysis Tool Pak add-in, so you must
    >> have
    >> this loaded to use the function. Go to the Tools menu, choose
    >> Add-Ins, and put a check next to Analysis Tool Pak.
    >>
    >> --
    >> Cordially,
    >> Chip Pearson
    >> Microsoft MVP - Excel
    >> Pearson Software Consulting, LLC
    >> www.cpearson.com
    >>
    >>
    >> "Neo1" <Neo1.24feso_1141948187.9794@excelforum-nospam.com>
    >> wrote
    >> in message
    >> news:Neo1.24feso_1141948187.9794@excelforum-nospam.com...
    >> >
    >> > Hello, is there a way to round of a number say something
    >> > like
    >> > this:
    >> >
    >> > 13.2 to 14 instead of going to 13...how can I do this?
    >> >
    >> > Thanks
    >> > From John
    >> >
    >> >
    >> > --
    >> > Neo1
    >> > ------------------------------------------------------------------------
    >> > Neo1's Profile:
    >> > http://www.excelforum.com/member.php...o&userid=30329
    >> > View this thread:
    >> > http://www.excelforum.com/showthread...hreadid=520843
    >> >

    >>
    >>
    >>




  10. #10
    Registered User
    Join Date
    01-10-2006
    Posts
    67
    The thing is i want to round up the number once it has been divided for example:

    =A1/B1

    I want to put that formula on C1 and the number I get there i want to round it up to the upper number which means if i get say 13.2 i want it to go to 14 not to 13 for example

    From John
    Thanks

  11. #11
    Trevor Shuttleworth
    Guest

    Re: Rounding Off!?

    OK

    =ROUNDUP(A1/B1,0)

    Regards

    Trevor


    "Neo1" <Neo1.24gy4c_1142019304.4437@excelforum-nospam.com> wrote in message
    news:Neo1.24gy4c_1142019304.4437@excelforum-nospam.com...
    >
    > The thing is i want to round up the number once it has been divided for
    > example:
    >
    > =A1/B1
    >
    > I want to put that formula on C1 and the number I get there i want to
    > round it up to the upper number which means if i get say 13.2 i want it
    > to go to 14 not to 13 for example
    >
    > From John
    > Thanks
    >
    >
    > --
    > Neo1
    > ------------------------------------------------------------------------
    > Neo1's Profile:
    > http://www.excelforum.com/member.php...o&userid=30329
    > View this thread: http://www.excelforum.com/showthread...hreadid=520843
    >




+ 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