+ Reply to Thread
Results 1 to 4 of 4

Rounding (to nearest half percentage point)

  1. #1
    Registered User
    Join Date
    08-02-2016
    Location
    NYC
    MS-Off Ver
    2007
    Posts
    8

    Question Rounding (to nearest half percentage point)

    =Round function (or some other derivative of it)

    If the value is 85.29% and my desired result is 85.50% (or to round 85.21% to 85.00%) , what is the right formula?

    =round(A1, -3) results in 85.30% - not what I'm looking for.

    Working with a number formatted as a percentage may be complicating things?

    Thanks.

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,637

    Re: Rounding (to nearest half percentage point)

    Try this:
    Please Login or Register  to view this content.
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    08-08-2016
    Location
    Vietnam
    MS-Off Ver
    2010-2016
    Posts
    8

    Re: Rounding (to nearest half percentage point)

    Try:
    =MROUND(A1,0.0005)
    Or
    =CEILING(A1,0.0005)
    Or
    =ROUNDUP(A1,3)
    and Format cells / Percentage / Decimal places = 2

  4. #4
    Registered User
    Join Date
    08-02-2016
    Location
    NYC
    MS-Off Ver
    2007
    Posts
    8

    Re: Rounding (to nearest half percentage point)

    Thank you both!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Round to Nearest Half Based On Defined Range of Decimal
    By HobbesIsReal in forum Excel General
    Replies: 2
    Last Post: 08-03-2013, 03:52 PM
  2. Replies: 2
    Last Post: 01-22-2013, 02:05 PM
  3. Rounding to nearest half hour
    By kjambug in forum Excel General
    Replies: 3
    Last Post: 11-11-2010, 03:06 PM
  4. Rounding up to nearest half
    By marknorton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-25-2008, 11:56 AM
  5. Rounding Time up to the nearest half hour
    By levivm in forum Excel General
    Replies: 3
    Last Post: 09-21-2007, 01:20 AM
  6. Rounding to the nearest quarter point?
    By George in forum Excel General
    Replies: 3
    Last Post: 06-10-2006, 05:15 PM
  7. [SOLVED] rounding to the nearest half ( .5)
    By Leaper@FakeEail.cooo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-22-2005, 06:05 PM
  8. Round to nearest quarter & half
    By hailnorm in forum Excel General
    Replies: 1
    Last Post: 04-14-2005, 01:47 PM

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