+ Reply to Thread
Results 1 to 7 of 7

How to set (not display) significant figure for cells/columnss?

  1. #1
    Registered User
    Join Date
    07-19-2007
    Posts
    31

    Unhappy How to set (not display) significant figure for cells/columnss?

    Hi there,

    I tried to set significant figures for a number column but couldn't do it. For instance, to set 100.123456789 as 100.12. I can limit the number to show up in cells (to display as 100.12), but on the formula bar, it is still the same (100.123456789). I like to set certain significant figures in both formula bar and cell.

    Please help.

    Thanks,
    Ning
    Last edited by Ning; 07-09-2014 at 01:50 PM.

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: How to set (not display) significant figure for cells/columnss?

    You are wanting to round all the cell values, not change the display.
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Registered User
    Join Date
    07-19-2007
    Posts
    31

    Re: How to set (not display) significant figure for cells/columnss?

    Sorry. I forgot to say that I can't use cut/paste/roundup. I just like to know if there is a way to set it up there, like setup display?

    Thanks,
    Ning

  4. #4
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: How to set (not display) significant figure for cells/columnss?

    I dont know of a way, but I also dont see the need. If you want to change the raw values then change them, if you want to change the formatting then change it. Why are you trying to do half of one and half of another? it just doesnt make sense.

  5. #5
    Registered User
    Join Date
    07-19-2007
    Posts
    31

    Re: How to set (not display) significant figure for cells/columnss?

    Our data are from a different office and we don't have right to change it (it is alright to format). Plus, the data need to be interfaced to downstream financial system which only allows 2 digits after decimal point. We can't change the system setup either. That is why I am looking for a way to change it in Excel. It makes sense for Excel to have such an ability since in many financial systems the precision is set to allow only two digits by their currency setup.

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

    Re: How to set (not display) significant figure for cells/columnss?

    Excel stores values in cells as double precision variables, and does not really have a "currency" data type the way some programming languages do.

    You could try setting the Excel option for "precision as displayed". Then, when you format to 2 digits past the decimal, that is the value Excel will use in calculations. However, precision as displayed is a global option (cannot be restricted to a column) and it may or may not have an effect on the values sent to the downstream financial system.

    Almost always, the best solution for something like this is to use one of Excel's ROUND() functions. If you cannot modify the data given to you, and you must change it so that it fits into the downstream system, I think you will need to program a spreadsheet/column/tab/file that will take the data as given, employ some appropriate rounding functions in helper cells, and output data that the downstream system can use. Kind of "bridge" between the data you are given and the data you need to send. If it really is as simple as rounding the input data to 2 decimal places, this "bridge" might be as simple and easy as =ROUND(A1,2) [copied as necessary]. Of course, in many ways this is equivalent to "copying"/"pasting" the data, which you have indicated you would not be allowed to do.

    Perhaps if we better understood the nature of your requirements and restrictions. One way or another, it seems like you will need to employ a rounding function somewhere to do this well. It sounds like you have very few options available, and figuring out a suitable approach will depend on the exact nature of those limitations.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  7. #7
    Registered User
    Join Date
    07-19-2007
    Posts
    31

    Re: How to set (not display) significant figure for cells/columnss?

    Hello,

    Thank you so much for your reply and your first option actually is what I am looking for. It resolves my issue. Really appreciate it.

    Thanks,
    Ning

+ 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. Significant figure code - 3 sig figs
    By chromachem in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-04-2011, 01:13 PM
  2. Replies: 1
    Last Post: 01-10-2006, 08:04 AM
  3. Replies: 0
    Last Post: 01-10-2006, 01:15 AM
  4. How to calculate/properly display significant figures ending in 0
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 04:05 AM
  5. [SOLVED] How to calculate/properly display significant figures ending in 0
    By A Zaffiro in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 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