+ Reply to Thread
Results 1 to 3 of 3

Rounding to nearest quarter

  1. #1
    Pencil
    Guest

    Rounding to nearest quarter

    How do you round numbers in a range to the nearest quarter so they all end
    in .00, .25, .50, or .75?


  2. #2
    Bob Phillips
    Guest

    Re: Rounding to nearest quarter

    =ROUND(A1/0.25,0)*0.25

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Pencil" <[email protected]> wrote in message
    news:[email protected]...
    > How do you round numbers in a range to the nearest quarter so they all end
    > in .00, .25, .50, or .75?
    >




  3. #3
    Pencil
    Guest

    Re: Rounding to nearest quarter

    "Bob Phillips" <[email protected]> wrote in news:ep6H2O1mGHA.2252
    @TK2MSFTNGP04.phx.gbl:

    > =ROUND(A1/0.25,0)*0.25
    >


    Thank you>


+ 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