There is a limit of 15 digits precision in Excel (you can use more
digits if you treat the values as text). This is a direct consequence
of the way Excel stores numbers in binary format, using 64 bits split
into mantissa and exponent as defined by IEEE. Many other software
applications use this same approach.
Many other software applications will display 17 digits, since that is how
many digits are required to uniquely determine the binary representation of
an output number. Presumably MS displays only 15 digits to avoid explaining
why sometimes the 16th or 17th figure of the output of a number that you
input are different than what you typed.
Jerry
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.