+ Reply to Thread
Results 1 to 6 of 6

Formula to round up only when decimal value is .83 or greater

  1. #1
    Registered User
    Join Date
    11-19-2014
    Location
    West Virginia
    MS-Off Ver
    Office 2003
    Posts
    2

    Formula to round up only when decimal value is .83 or greater

    I need calculations only in whole values. The whole value needs to round up only when the decimal value is .83 or greater. If decimal value is .82 or less it remains at current whole number.
    Last edited by RustyW; 11-20-2014 at 10:20 AM. Reason: Solved

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula to round up only when decimal value is .83 or greater

    Try

    =INT(A1)+(MOD(A1,1)>=0.83)

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

    Re: Formula to round up only when decimal value is .83 or greater

    Hi.

    =1+FLOOR(A1-0.83,1)

    Regards
    Click * below if this answer helped

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

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Formula to round up only when decimal value is .83 or greater

    =ROUND(A2-0.33,0)
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Registered User
    Join Date
    11-19-2014
    Location
    West Virginia
    MS-Off Ver
    Office 2003
    Posts
    2

    Smile Re: Formula to round up only when decimal value is .83 or greater

    Thanks for the responses! Jonmo1's recommendation worked perfectly for the application we needed it for!!

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula to round up only when decimal value is .83 or greater

    You're welcome.

+ 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. Excel less and greater than, with round down results
    By Daysman in forum Excel General
    Replies: 4
    Last Post: 02-11-2014, 01:36 AM
  2. Replies: 1
    Last Post: 01-14-2014, 07:39 AM
  3. [SOLVED] round up to one decimal
    By rcprito in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-19-2013, 07:17 AM
  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. Round X.50 and less down, X.51 and greater up
    By BigDave in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-06-2006, 04:10 AM

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