View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default numbers truncating

Excel isn't truncating the numbers, rather it's converting it to scientific
notation, i.e., 5.195*10^9

Put an apostrophe to the left of the numbers if you want XL to treat it as a
text string.

Dave
--
Brevity is the soul of wit.


"Sue" wrote:

I have exported a file as a .csv file and when I open it in Excel the numbers
truncate ( I think that's what they're doing) ex. 5193571568 chages to
5.195E+09. I have changed the formatting of the column to text and it still
happens. It looks fine if I expand the column but the problem is when I save
the file, it automatically shrinks again when I save as a csv file. Any
suggestions how to keep the numbers?