Excel

T

trafficpower

When I enter a number in a cell, like a serial number with 16 digits, it
always makes the last number a zero even when it isn't.

For instance I will type 23467923400998
but it will show 23467923400990
 
P

Pete_UK

Excel, along with many other software applications, can only handle
numbers with 15-digit precision. If you want to display and handle more
digits than this, then you should enter them as text values with an
apostophe in front, i.e.:

'23467923400998

The apostrophe will not show in the cell (though it is visible in the
formula bar). As this is now a text value, you would not be able to do
any normal arithmetic with it, though of course you will be able to use
string functions like LEFT, MID etc.

Hope this helps.

Pete
 
G

Gord Dibben

Excel only has 15 digit precision.

If you need more, you will require a different program.

Preface the number with a single quote(apostrophe) or pre-format the cells to
Text.


Gord Dibben MS Excel MVP
 

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.

Ask a Question

Top