+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Steve70 is offline Uncommon
    Join Date
    Apr 2009
    Posts
    79

    Default round up to nearest 0.5 in excel

    How do you round up to nearest 0.5 in excel?

    So for example,

    3.2 should be rounded to 3
    3.3 should be rounded to 3.5
    3.6 rounded to 3.5
    3.8 rounded to 4

    Is there a function for this?

  2. #2
    jronaldlee is offline Very Common
    Join Date
    Nov 2009
    Posts
    4

    Default Re: round up to nearest 0.5 in excel

    oops - double post.
    Last edited by jronaldlee; 11-20-2009 at 11:57 AM. Reason: update

  3. #3
    jronaldlee is offline Very Common
    Join Date
    Nov 2009
    Posts
    4

    Default Re: round up to nearest 0.5 in excel

    Your question says round up to the nearest 0.5, but your example shows you rounding to the nearest 0.5.

    For example, rounding to the nearest 0.5 means 3.1 becomes 3.0.
    Rounding up to the nearest 0.5 means 3.1 becomes 3.5.

    Assuming the value you wish to round is in cell A1, these formulae will do what you want to do:

    To round to the nearest 0.5:
    Code:
    =ROUND(A1*2,0)/2
    To round up to the nearest 0.5:
    Code:
    =ROUNDUP(A1*2,0)/2

  4. #4
    Steve70 is offline Uncommon
    Join Date
    Apr 2009
    Posts
    79

    Default Re: round up to nearest 0.5 in excel

    Thank you

 

 

Similar Threads

  1. round up to the nearest 0.5 in excel
    By Guest 1156 in forum Guests
    Replies: 0
    Last Post: 04-25-2010, 10:09 AM
  2. excel round to nearest 0.5
    By Guest 2452 in forum Guests
    Replies: 0
    Last Post: 04-24-2010, 08:35 PM
  3. round in excel to nearest 0.5
    By Guest 1156 in forum Guests
    Replies: 0
    Last Post: 04-22-2010, 05:24 AM
  4. excel round down to nearest 0.5
    By Guest 1353 in forum Guests
    Replies: 0
    Last Post: 03-30-2010, 09:02 PM
  5. excel round to nearest 3
    By Guest 3438 in forum Guests
    Replies: 0
    Last Post: 03-29-2010, 04:31 PM




All times are GMT -7. The time now is 09:31 PM. Copyright (c) 2008 - 2011 RarityGuide, Inc. All rights reserved. All trademarks and copyrights are the property of their respective owners.