+ Reply to Thread
Results 1 to 3 of 3

How do I round to the nearest 5?

  1. #1
    Registered User
    Join Date
    03-21-2005
    Location
    Illinois
    MS-Off Ver
    excel 2007
    Posts
    34

    How do I round to the nearest 5?

    How do I round to the nearest whole 5? Example 6.6 needs to be rounded to 5 or 28 needs to be rounded to 30. The rounding function only lets me round to tenths, hundreths, ect.
    Thanks in advance.
    Joe

  2. #2
    Mike
    Guest

    Re: How do I round to the nearest 5?

    =ROUND(A1/5,0)*5
    or
    =MROUND(A1,5)

    --
    Mike

    "JoeBed" <[email protected]> wrote in message news:[email protected]...

  3. #3
    Bob Phillips
    Guest

    Re: How do I round to the nearest 5?

    =ROUND(A1/5,0)*5

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "JoeBed" <[email protected]> wrote in
    message news:[email protected]...
    >
    > How do I round to the nearest whole 5? Example 6.6 needs to be rounded
    > to 5 or 28 needs to be rounded to 30. The rounding function only lets
    > me round to tenths, hundreths, ect.
    > Thanks in advance.
    > Joe
    >
    >
    > --
    > JoeBed
    > ------------------------------------------------------------------------
    > JoeBed's Profile:

    http://www.excelforum.com/member.php...o&userid=21368
    > View this thread: http://www.excelforum.com/showthread...hreadid=537192
    >




+ 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