+ Reply to Thread
Results 1 to 5 of 5

Round up to the nearest 0.5 percentage value

  1. #1
    Registered User
    Join Date
    10-14-2015
    Location
    Perth
    MS-Off Ver
    2010
    Posts
    58

    Round up to the nearest 0.5 percentage value

    Hi all

    I am having a bit of difficulty with a calculation.

    Basically I need a rounding formula which will round up to the nearest 0.5% value.

    I know this does not make a lot of sense so the example below will help demonstrate my intention.

    If I have a percentage of 99.4%, this should roundup to 99.5%. If I have a value of 99.1% this should also round up to 99.5%. If I have a value of 98.8%, this should also round up to 99.5. However if I have a value of 98.4% then this should round to 98.5% and so on.

    I have tried using MROUND and CEILING to no avail.

    I have also attached an example spreadsheet with my desired results.

    Any help would be much appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Round up to the nearest 0.5 percentage value

    Hi,

    =ROUNDUP(A2-0.005,2)+0.005

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,461

    Re: Round up to the nearest 0.5 percentage value

    mMay be:
    Please Login or Register  to view this content.
    Quang PT

  4. #4
    Registered User
    Join Date
    10-14-2015
    Location
    Perth
    MS-Off Ver
    2010
    Posts
    58

    Re: Round up to the nearest 0.5 percentage value

    Hi

    Apologies for the delay. I can confirm that both formulas work.

    The only issue I had was if a percentage value was for instance 99.6% this was rounding to 100.05%. This however was an easy fix, I just simply used an IF statement requiring that any value above 99.5% equal a result of 100%.

    Thanks again!

  5. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,461

    Re: Round up to the nearest 0.5 percentage value

    Nice to hear it works.

    Besides your If, this is alternative:

    =MIN(100%,CEILING(A2-0.5%,1%)+0.5%)

+ 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. Round down to the nearest 0.25, 0.5, 0.75, 0.95
    By bernie777 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-02-2019, 11:38 PM
  2. Turning a percentage round to show the remaining percentage
    By tjb333 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-02-2018, 10:51 AM
  3. [SOLVED] How to round to nearest .01 and round down if thousands place is .005
    By dredre609 in forum Excel General
    Replies: 5
    Last Post: 09-29-2014, 11:47 AM
  4. Need formula for figuring percentage off and then round to nearest dollar
    By Joanne P in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-30-2012, 05:11 PM
  5. [SOLVED] Round Cell to Nearest 0.25 up-to 1.0 then to nearest 0.5
    By haynesc87 in forum Excel General
    Replies: 4
    Last Post: 05-30-2012, 01:38 PM
  6. How: Round to nearest 25
    By blank in forum Excel General
    Replies: 4
    Last Post: 06-24-2006, 05:45 PM
  7. How do you round up to nearest 10???
    By davemate in forum Excel General
    Replies: 2
    Last Post: 06-15-2006, 10:30 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