Forum Discussion
Problem with Excel
- 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
The reason for the 16 digit number is: it is an account number, so every digit is important.
If it's an account number, I assume you don't need to store it as a number. So, start with a single quote and you can enter as many digits as you like.