View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
markpruett markpruett is offline
external usenet poster
 
Posts: 1
Default Help with troublesome .CSV fields!

Hello!
I have a spreadsheet with just one column of numbers that I will use to
upload to my website for a particular purpose. However, when a number in a
field exceeds 11 digits and I try to save as a .csv, the number is converted
to a formula. For example: "222222222222" is converted to "2.2222E+11".

I need the numbers in the string of digits and cannot have it made into a
formula because when it is uploaded is will be read as the formula and not
the string of digits.

Please let me know what I can do about this. Any response is appreciated.