+ Reply to Thread
Results 1 to 3 of 3

actual number

  1. #1
    Forum Contributor
    Join Date
    12-20-2006
    Posts
    127

    actual number

    I have a number which when viewed with 7 digits reads as 0.0299664 but if i view with 4 digits on reads 0.0300

    i want to be able to see the actual number not round up or down

    is this possible?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    The only easy way I know how to do this is, assuming your value is in cell A1, in the next cell use the formula =FLOOR(A1, 0.0001). There are other ways to manipulate it but no way that I know of to directly format Excel not to round to the digits displayed.

    ChemistB

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,428
    Excel, like a lot of computer programs, uses the IEEE double precision floating point standard for representing numbers. This means that the actual number in a cell is represented to 15 significant digits. So, in order to see the entire actual value that Excel is using, you need a format that will show 15 significant digits. Easiest format is probably scientific format 0.00000000000000E+0.

    Recognize that the 15th digit is still "rounded"

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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