+ Reply to Thread
Results 1 to 6 of 6

How to stop excel table from rounding?

  1. #1
    Registered User
    Join Date
    10-16-2015
    Location
    Canada
    MS-Off Ver
    2011
    Posts
    3

    How to stop excel table from rounding?

    I'm using a custom formula to display thousands with a K, but when I enter a cell value in between thousands (3,500) it rounds it up to 4K. How can I stop this, I believe it's a formula issue?? This is the formula I am using [>=1000]$###0,"K";0$.

    Any ideas would be much appreciated!

    Thanks in advance,
    Coinpie

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: How to stop excel table from rounding?

    Sometimes I think we need to be more precise in our language. What you show there is a number format code, not a formula. Unless you have "precision as displayed" checked in Excel options, number formatting should not change the actual value you enter into a cell. Check you "precision as displayed" option and make sure it is unchecked.

    If that does not help, then I suggest that you upload a sample workbook to illustrate the issue.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: How to stop excel table from rounding?

    Quote Originally Posted by Coinpie View Post
    I'm using a custom formula to display thousands with a K, but when I enter a cell value in between thousands (3,500) it rounds it up to 4K. How can I stop this, I believe it's a formula issue?? This is the formula I am using [>=1000]$###0,"K";0$.
    First, the format rounds; it does not (always) round up. For example, it will display 3K if the value is 3499.

    Second, it is unclear whether you want to change the underlying value, or you just want to change its appearance.

    Excel always rounds (again, not necessarily rounds up) when it formats values with less precision.

    The only way to change its appearance to always round down is to change the result of the formula by using the TRUNC or ROUNDDOWN function, for example.

    If you want to leave the formula result unchanged for other purposes, I suggest that you use one (hidden?) cell for the unrounded calculation and a separate cell to display the result in rounded-down "K". For example:

    =TRUNC(A1,-3)
    or
    =ROUNDDOWN(A1,-3)

    Dependent formulas should reference A1 if they need the unrounded value.
    Last edited by joeu2004; 10-16-2015 at 06:27 PM.

  4. #4
    Registered User
    Join Date
    10-16-2015
    Location
    Canada
    MS-Off Ver
    2011
    Posts
    3

    Re: How to stop excel table from rounding?

    Precision as displayed is unchecked. More background on my situation... I'm making a chart in word for asset allocation in thousands, excel is just for the chart data. I need it to display 3.5K when I hover over the chart in word. Therefore, it needs to display 3.5K in the excel table. EXCEL.png, WORD.png

  5. #5
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: How to stop excel table from rounding?

    So the problem is specifically related to the "pup up" thing that shows when mousing over a data point in a chart. It is not that Excel is really seeing the value as 4000.

    As near as I can tell, the format of the value displayed in these popup windows is determined by the format of the data in Excel. The easiest solution I can see is to have your cells in Excel formatted with one decimal place [>=1000]$###0.0,"K";0$

    I have never tried to modify these popups (if they even can be modified), so I am unaware of any way to make the formatting of values in the popup different from the source range formatting.

  6. #6
    Registered User
    Join Date
    10-16-2015
    Location
    Canada
    MS-Off Ver
    2011
    Posts
    3

    Re: How to stop excel table from rounding?

    The decimal worked! I just changed the format on the last two cells (3,500), and now they display properly.

    Thank you!

+ 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] URGENT: How can I stop Excel from rounding up ?
    By chogall in forum Excel General
    Replies: 2
    Last Post: 05-09-2012, 05:38 AM
  2. [SOLVED] How do I stop excel from rounding numbers?
    By c-swym in forum Excel General
    Replies: 6
    Last Post: 06-15-2006, 09:10 PM
  3. How do I stop numbers from rounding in Excel?
    By Josette_N in forum Excel General
    Replies: 10
    Last Post: 01-27-2006, 11:19 AM
  4. [SOLVED] stop Excel from rounding 22/32 to 11/16
    By Jon Horvath in forum Excel General
    Replies: 2
    Last Post: 09-08-2005, 06:05 PM
  5. [SOLVED] stop excel from rounding a result
    By Hazeldean in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-13-2005, 06:06 PM
  6. [SOLVED] Stop Excel Rounding Dates
    By leinad512 in forum Excel General
    Replies: 1
    Last Post: 04-20-2005, 12:06 PM
  7. How can I stop rounding in Excel?
    By hutcheeez in forum Excel General
    Replies: 4
    Last Post: 04-01-2005, 12:06 PM
  8. [SOLVED] Can I stop rounding in excel?
    By Jmadden in forum Excel General
    Replies: 4
    Last Post: 01-12-2005, 02: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