+ Reply to Thread
Results 1 to 5 of 5

rounding to nearest 0.5 in excel

  1. #1
    bigred
    Guest

    rounding to nearest 0.5 in excel

    how do i round to the nearest 0.5

  2. #2
    Peo Sjoblom
    Guest

    Re: rounding to nearest 0.5 in excel

    =ROUND(Value/0.5,0)*0.5


    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com



    "bigred" <bigred@discussions.microsoft.com> wrote in message
    news:F9C6753E-38B1-48D4-B4CD-D1A1569063A1@microsoft.com...
    > how do i round to the nearest 0.5




  3. #3
    Domenic
    Guest

    Re: rounding to nearest 0.5 in excel

    Try...

    =ROUND(A1/0.5,0)*0.5

    Hope this helps!

    In article <F9C6753E-38B1-48D4-B4CD-D1A1569063A1@microsoft.com>,
    bigred <bigred@discussions.microsoft.com> wrote:

    > how do i round to the nearest 0.5


  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,731
    =ROUND(A1*2,0)/2

    or using MROUND from analysis toolpak add-in

    =MROUND(A1,0.5)

  5. #5
    bigred
    Guest

    Re: rounding to nearest 0.5 in excel

    works great
    thanks

    "Domenic" wrote:

    > Try...
    >
    > =ROUND(A1/0.5,0)*0.5
    >
    > Hope this helps!
    >
    > In article <F9C6753E-38B1-48D4-B4CD-D1A1569063A1@microsoft.com>,
    > bigred <bigred@discussions.microsoft.com> wrote:
    >
    > > how do i round to the nearest 0.5

    >


+ 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