+ Reply to Thread
Results 1 to 5 of 5

How can I round in quarter points?

  1. #1
    frumious
    Guest

    How can I round in quarter points?

    I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00 for
    example

  2. #2
    Biff
    Guest

    Re: How can I round in quarter points?

    Hi!

    Try this:

    =ROUND(A1/0.25,0)*0.25

    Biff

    "frumious" <[email protected]> wrote in message
    news:[email protected]...
    >I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00
    >for
    > example




  3. #3
    macropod
    Guest

    Re: How can I round in quarter points?

    Or
    =ROUND(A1*4,0)/4

    Cheers
    --
    macropod
    [MVP - Microsoft Word]


    "Biff" <[email protected]> wrote in message
    news:[email protected]...
    > Hi!
    >
    > Try this:
    >
    > =ROUND(A1/0.25,0)*0.25
    >
    > Biff
    >
    > "frumious" <[email protected]> wrote in message
    > news:[email protected]...
    > >I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00
    > >for
    > > example

    >
    >




  4. #4
    David Biddulph
    Guest

    Re: How can I round in quarter points?

    "frumious" <[email protected]> wrote in message
    news:[email protected]...
    >I would like to be able round in quarter points. 4.25, 4.50, 4.75 or 5.00
    >for
    > example


    =MROUND(A1,0.25)
    --
    David Biddulph



  5. #5

    Re: How can I round in quarter points?

    Hello,

    =INT(F3*4+0.5)/4

    if you do not like (or you do not know or you do not have) ROUND/MROUND
    :-)

    Regards,
    Bernd


+ 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