+ Reply to Thread
Results 1 to 4 of 4

help with rounding up to whole integer

  1. #1
    Registered User
    Join Date
    03-23-2006
    Posts
    11

    Cool help with rounding up to whole integer

    How do I make a formula (within the same cell) round to the nearest 5?

    Thanks - Kim

  2. #2
    Dave Peterson
    Guest

    Re: help with rounding up to whole integer

    One way:

    =ceiling(a1,5)
    or
    =ceiling(yourformulahere,5)

    kjcramp wrote:
    >
    > How do I make a formula (within the same cell) round to the nearest 5?
    >
    > Thanks - Kim
    >
    > --
    > kjcramp
    > ------------------------------------------------------------------------
    > kjcramp's Profile: http://www.excelforum.com/member.php...o&userid=32753
    > View this thread: http://www.excelforum.com/showthread...hreadid=531548


    --

    Dave Peterson

  3. #3
    Registered User
    Join Date
    03-23-2006
    Posts
    11

    thanks!

    The second choice with the formula works, although it rounds up if there is any value behind the decimal at all, but it's close enough.

    Thanks again!

  4. #4
    Dave Peterson
    Guest

    Re: help with rounding up to whole integer

    Sorry, I misread the question...

    Maybe...

    =ROUND(A1/5,0)*5
    or
    =ROUND(YourFormulaHere/5,0)*5



    kjcramp wrote:
    >
    > The second choice with the formula works, although it rounds up if there
    > is any value behind the decimal at all, but it's close enough.
    >
    > Thanks again!
    >
    > --
    > kjcramp
    > ------------------------------------------------------------------------
    > kjcramp's Profile: http://www.excelforum.com/member.php...o&userid=32753
    > View this thread: http://www.excelforum.com/showthread...hreadid=531548


    --

    Dave Peterson

+ 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