+ Reply to Thread
Results 1 to 6 of 6

Round off numbers and remove decimal points

  1. #1
    Forum Contributor
    Join Date
    10-08-2013
    Location
    Chennai, INDIA
    MS-Off Ver
    Excel 2010
    Posts
    157

    Question Round off numbers and remove decimal points

    Hi All,

    I need to round up a number based on a the decimal value it has...

    round up 52.30 to 52
    round up 52.49 to 52
    round up 52.50 to 53
    round up 52.78 to 53

    that is: if the decimal is below .50 it should round off to integer. if it has a decimal greater than or equal to 0.50 then it should round off to next integer.

    Finally that resulting number should be presented without decimal ( decimal should be removed)

    Please provide me the solution to tackle this with formula.

    Thanks for your time and consideration.
    Last edited by bmbalamurali; 04-07-2014 at 03:51 PM. Reason: correction
    Bala

  2. #2
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Round off numbers and remove decimal points

    does the basic round function not work?
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please click the * icon below if I have helped.

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Round off numbers and remove decimal points

    =round(a1,0)

    a
    b
    1
    52.3
    52
    2
    52.49
    52
    3
    52.5
    53
    4
    52.78
    53
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Forum Contributor
    Join Date
    10-08-2013
    Location
    Chennai, INDIA
    MS-Off Ver
    Excel 2010
    Posts
    157

    Re: Round off numbers and remove decimal points

    Hi Alkey,

    Working fine.... answer comes as 53.00
    how this decimal .00 can be removed using formula...

    Thanks for your time...

  5. #5
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Round off numbers and remove decimal points

    That is just formatting. This link should help explain how to change that:
    http://searchengineland.com/easy-to-...n-excel-130203

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Round off numbers and remove decimal points

    @bmbalamurali Simply format cells as General.

    Thank you for the feedback!

    Please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

+ 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 numbers to decimal places
    By bigband1 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-01-2013, 11:34 AM
  2. Replies: 1
    Last Post: 02-21-2011, 05:57 PM
  3. Remove Decimal Points
    By ringrim in forum Excel General
    Replies: 3
    Last Post: 08-20-2008, 08:37 PM
  4. Numbers round down when a 5 is in the third decimal place using a formula
    By Jbagger in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-27-2007, 11:59 AM
  5. Sorting numbers with multiple decimal points?
    By Jonathan in forum Excel General
    Replies: 11
    Last Post: 05-17-2005, 06:06 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