+ Reply to Thread
Results 1 to 6 of 6

Rounding up

  1. #1
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,702

    Thumbs up Rounding up

    Hi all

    I need some help with a formula that rounds up percentages

    e.g. if cell A1 contains the following then i need it rounding up to the nearest point 5:
    Contains Result needed
    0.71 0.75
    0.72 0.75
    0.73 0.75
    0.74 0.75
    0.75 0.75
    0.76 0.80
    0.77 0.80

    etc

    Anyone able to help?

    Paul

  2. #2
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Rounding up

    =ceiling(a1,0.05)

  3. #3
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,702

    Re: Rounding up

    Thanks for the reply - had to change it to 0.005 but it then worked

  4. #4
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Rounding up

    had to change it to 0.005 but it then worked
    That's strange. Changing the second parameter to 0.005 would yield

    0.71
    0.72
    0.73
    0.74
    0.75
    0.76
    0.77

    see file attachment.
    Attached Files Attached Files

  5. #5
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,702

    Re: Rounding up

    I have uploaded the file - i dont know why i had to use 3 decimal places
    Attached Files Attached Files

  6. #6
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Rounding up

    i dont know why i had to use 3 decimal places
    because the value in the cell is not 0.76, but 0.76%, i.e. the underlying number is

    0.0076

    Keep in mind that the percentage format is just that: a format. It does not change the underlying number, just the way it is being displayed.

+ 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