Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to enter a total of 16 significant digits in a cell. The problem that
I am experiencing is that the 16th digit always returns as the number "0". I need to display the actual digit that is entered into that cell. How can I accomplish this task? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Microsoft Excel retains only 15 significant digits so you can not store and
manipulate nos with 16 significant digits after the decimal. See http://www.cpearson.com/excel/rounding.htm for details. "Quippian" wrote: I need to enter a total of 16 significant digits in a cell. The problem that I am experiencing is that the 16th digit always returns as the number "0". I need to display the actual digit that is entered into that cell. How can I accomplish this task? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
You can display it if you precede the number with a ' which wont show in the cell but 15 digits is the limits of precision in Excel. Mike "Quippian" wrote: I need to enter a total of 16 significant digits in a cell. The problem that I am experiencing is that the 16th digit always returns as the number "0". I need to display the actual digit that is entered into that cell. How can I accomplish this task? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
significant digits | Excel Worksheet Functions | |||
how can I sum up the values with more than 15 significant digits? | Excel Discussion (Misc queries) | |||
maximum number size/significant digits | Excel Discussion (Misc queries) | |||
Significant digits | Excel Worksheet Functions | |||
return significant digits of a cell | Excel Worksheet Functions |