+ Reply to Thread
Results 1 to 3 of 3

Rounding help

Hybrid View

  1. #1
    Registered User
    Join Date
    03-23-2010
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Rounding help

    I have a problem, for which roundup, rounddown, MROUND, or round doesn't fix. I was wondering if someone could possibly help me here.

    Here are the steps to the problem, and I am looking for 9 9/32 as the answer:

    - I want to round 9.2554 UP to the nearest 1/32 fraction, which would be 9 9/32.

    I want the outputted answer to be 9 9/32 (or 9.28125)

    Basically, I want that 9.2554 to round UP to the nearest 1/32.

    If I do =MROUND(value, 1/32), then it rounds to the closest 1/32 fraction, which is 9 1/4. But I want it to round UP to the nearest 1/32.

    Please help. Thanks a lot

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner VA USA
    MS-Off Ver
    MS 365 Family 64-bit 2505
    Posts
    27,446

    Re: Rounding help

    try

    =CEILING(value,1/32)
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    03-23-2010
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Rounding help

    AWESOME!!!!

    Thanks a lot!!!

    Now, is there a way to make it round down as well??

    like 9.279 rounding DOWN to 9 1/4"?

    Thanks again.

    EDIT: Nevermind, I tried "floor", and it worked!!!

    Thanks again!
    Last edited by bkelly301; 03-23-2010 at 03:13 PM.

+ 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