Forum Discussion
Mr_Ron
Jan 09, 2019Copper Contributor
Problem with Excel
When I enter a 16 digit number, with the trailing decimal point set to zero, the 16th digit automatically changes to a zero regardless of the last number entered. This is what I mean: enter: xxxxxx...
- Jan 09, 2019
Hello,
Excel can only store up to 15 significant digits in a number. Anything beyond that will be turned into zeros. Do you really need this as a number? I don't even know the word for a number that large, and if you have such large numbers, surely the singles at the end are fairly insignificant, given the magnitude.
If, however, these numbers are not used in any calculations, you can simply precede them with a single quote, then Excel treats them as text and you can have a lot more that 15 digits.
123,456,789,012,345
SergeiBaklan
Jan 09, 2019Diamond Contributor
That's by design, only 15 digits are supported. If you need more use texts instead of numbers.