+ Reply to Thread
Results 1 to 7 of 7

How to make excel not round up??

  1. #1
    Registered User
    Join Date
    10-04-2013
    Location
    Salt Lake City
    MS-Off Ver
    2010
    Posts
    84

    How to make excel not round up??

    Value is actually $12.96777 which rounds up to $12.97 - how can I make excel stay at 12.96? (Round down?)

    $402 billed hours, divided by 31 days.. $12.96777 – when the decimal places are removed to xx.xx, the values is rounded up to $12.97, is there a way to stop this from happening..
    Last edited by BenCrockett; 08-20-2014 at 02:37 PM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: How to make excel not round up??

    Excel isn't actually rounding up the value in the cell, it's simply rounding the display (up or down based on normal rounding). Calculations based on that cell will still reference 12.96777, unless you have told Excel to "Set precision as displayed" beneath Excel Options > Advanced > "When calculating this workbook:". (Besides Merged Cells, probably one of the least recommended "features" in Excel.)

    I don't believe there's a way to truncate values as displayed instead of rounding.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: How to make excel not round up??

    Try using FLOOR function, e.g. if hours are in A1 use this formula to divide by 31 and round down

    =FLOOR(A1/31,0.01)
    Audere est facere

  4. #4
    Registered User
    Join Date
    10-04-2013
    Location
    Salt Lake City
    MS-Off Ver
    2010
    Posts
    84

    Re: How to make excel not round up??

    What I did was =ROUNDDOWN(402/31,2) And this just rounds down to the next 0.. so I guess I solved my own thread this way lol...

  5. #5
    Registered User
    Join Date
    10-04-2013
    Location
    Salt Lake City
    MS-Off Ver
    2010
    Posts
    84

    Re: How to make excel not round up??

    This works too.. more than 1 way to skin a cat lol

  6. #6
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: How to make excel not round up??

    Just know that when you do this, your results will be skewed. In this case alone your result is 0.24 from reality. (12.96 * 31 = 401.76, while 12.96774 * 31 = 402) If your real data involves very small numbers like this, and a quarter isn't the end of the world, great. If you're dealing with larger numbers, summing multiple "results", etc. then your "results" will get farther and farther away from reality.

  7. #7
    Registered User
    Join Date
    10-04-2013
    Location
    Salt Lake City
    MS-Off Ver
    2010
    Posts
    84

    Re: How to make excel not round up??

    I get what you're saying - we have a system we use that rounds down for billing, and creating a spread sheet that has to match.. and its not massive set of numbers.. so shouldn't be a huge deal., but good information nonetheless

+ 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 a value and make it a whole number
    By swagatam2014 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-19-2013, 02:18 AM
  2. Make a number round at a certain point
    By mizzou852 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-01-2013, 06:24 PM
  3. Replies: 5
    Last Post: 12-10-2012, 04:35 PM
  4. how to make round with if formula
    By nasser in forum Excel General
    Replies: 2
    Last Post: 04-12-2010, 04:57 PM
  5. How to make excel not round real numbers when making a histogram?
    By Leedawg in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 09-21-2005, 03: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