Stop excel rounding my 16/17 digit numbers

E

E Halliday

I receive a report which has transaction numbers either 16/17 digits long.
Is there anyway I can retrieve the full number from excel?

Much appreciated.
 
D

Dave Peterson

Excel keeps track of 15 significant digits.

If you are receiving a workbook (.xls), then it's probably too late.

If your report is plain text (.prn, .csv, .txt), then you could bring those
fields into excel as text (not General) and see all the characters.

If the file is named .csv, then rename it to .txt.

Then use File|Open and you'll be able to specify each field the way you want in
that text import wizard dialog.
 
P

Pete_UK

You need to treat them as text when you import to Excel, otherwise
values which are thought (by Excel) to be numbers will be truncated to
15 digit precision.

Hope this helps.

Pete
 

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