+ Reply to Thread
Results 1 to 3 of 3

Rounding 0,99 up to 1?

  1. #1
    Registered User
    Join Date
    08-31-2015
    Location
    kioskdosk, Turkey
    MS-Off Ver
    2013
    Posts
    1

    Rounding 0,99 up to 1?

    Hello. Im wondering how you round up the number 0,99 to 1. i can see change the maximum decimals in the number format window, but how do i only make it round up 0,99 to 1, and not for example 0,44 to 0,45 and 0,33 to 0,2? also, so it automatically finds out that 0,99 + 0,33 does not give 1,32.

    so basically dont round up numbers unless its 0,99. how do i do that? im using the 2013 version

    as you can see below, i made a simple list using the =SUM formular.
    2
    16
    -3
    -7
    -2,66
    -2,33
    0,44

    18 Starting
    -14,55 Outcome
    3,45 Remaining

    (for example this 0,66 + 0,33 = 1 + 0,44 = 1,44) and not 1,43.
    is that possible?

    Thank you for your time

  2. #2
    Registered User
    Join Date
    08-18-2015
    Location
    Bangladesh
    MS-Off Ver
    2010
    Posts
    20

    Re: Rounding 0,99 up to 1?

    Do I get it right, that you want to round it up, if the last digit is above a certain value?

    if yes, this should work:
    =IF((RIGHT(D2,1)+0)>5,ROUNDUP(D2,0),D2)

    In D2 is your value, and this rounds up everything with a larger last digit than 5 to the next integer so:
    0.14 = 0.14
    0.15=0.15
    0.16=1

  3. #3
    Registered User
    Join Date
    12-12-2014
    Location
    PL
    MS-Off Ver
    2010
    Posts
    55

    Re: Rounding 0,99 up to 1?

    How about something like this? It will round up the value in cell A1 if the decimal is 0.99 or greater.
    Please Login or Register  to view this content.

+ 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. MROUND Rounding Issues (Rounding Down, Not Up)
    By roundandout in forum Outlook Formatting & Functions
    Replies: 4
    Last Post: 06-16-2015, 10:39 PM
  2. [SOLVED] Rounding problems using lookup instead of rounding functions
    By thnkfree in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-18-2014, 06:21 PM
  3. [SOLVED] Rounding up at X.10
    By rtnlsltn in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-30-2014, 01:40 PM
  4. Help Rounding Up
    By skate1991 in forum Excel General
    Replies: 5
    Last Post: 07-18-2012, 05:20 AM
  5. Rounding
    By Ms Serene in forum Excel General
    Replies: 1
    Last Post: 08-03-2006, 02:40 PM
  6. rounding
    By tankgirl215 in forum Excel General
    Replies: 6
    Last Post: 07-31-2006, 09:23 PM
  7. [SOLVED] Worksheet rounding vs VBA rounding
    By Simon Cleal in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-01-2005, 09:05 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