+ Reply to Thread
Results 1 to 6 of 6

Rounding results to nearest quarter (in decimals)

  1. #1
    Forum Contributor
    Join Date
    10-29-2004
    Posts
    291

    Rounding results to nearest quarter (in decimals)

    I have a formula that results gives results like 22.63. Is there a way to get it to round up to the nearest quarter number. For example 22.63 would round up to 22.75 or 133.10 would round up to 133.25.

    Is this possible?

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Good evening djarcaian

    Certainly is - just use the CEILING function. Assume that your 22.63 is in A1. Put this formula in B1:

    =CEILING(A1,0.25)

    HTH

    DominicB

  3. #3
    Forum Contributor
    Join Date
    10-29-2004
    Posts
    291
    I figured this out-

    =ROUND(SUM(G25/2)*4,0)/4

    Is there any reason to use the CEILING system instead of this system?

  4. #4
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Hi djarcadian

    Noy really. It's just tidier, and does exactly what it was designed to.

    DominicB

  5. #5
    Forum Contributor
    Join Date
    10-29-2004
    Posts
    291
    Thanks!

  6. #6
    Anne Troy
    Guest

    Re: Rounding results to nearest quarter (in decimals)

    If you can use the Analysis toolpack, there's a very cool function called
    MROUND
    =MROUND(G25,.25)
    would be the formula, I believe.
    ************
    Anne Troy
    www.OfficeArticles.com

    "djarcadian" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I figured this out-
    >
    > =ROUND(SUM(G25/2)*4,0)/4
    >
    > Is there any reason to use the CEILING system instead of this system?
    >
    >
    > --
    > djarcadian
    > ------------------------------------------------------------------------
    > djarcadian's Profile:
    > http://www.excelforum.com/member.php...o&userid=15877
    > View this thread: http://www.excelforum.com/showthread...hreadid=479639
    >




+ 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