+ Reply to Thread
Results 1 to 3 of 3

Rounding a number to the closest .2

  1. #1
    Registered User
    Join Date
    06-26-2009
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Rounding a number to the closest .2

    Hi,

    Does anyone know a way to round a number in a cell to the closest .2? For example, 14.51 would round to 14.6 and 14.49 would round to 14.4. I understand the ROUND command, but I think this is going to involve some IF statements. Please let me know any thoughts. Thanks!

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Rounding a number to the closest .2

    Yes you can use ROUND

    =ROUND(A1/0.2,0)*0.2

    Or you can activate that Analysis ToolPak (see: Tools - Add-Ins) and make use of the MROUND function

    =MROUND(A1,0.2)

  3. #3
    Registered User
    Join Date
    06-26-2009
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Rounding a number to the closest .2

    Thanks so much! Works perfectly!

+ 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