Keeping the Plus Sign when importing from CSV file

  • Thread starter Thread starter joseph.greer
  • Start date Start date
J

joseph.greer

I have exported a list of contacts from my mobile phone's contact
database into a CSV file. These contact records contain phone numbers
that have a plus sign in them noting international dialing codes.
(i.e. +44 7712345678 would be a british mobile phone number).

The problem is that when this file is opened in excel, the number is
automatically represented in exponential notation and the plus sign is
stripped.

How can I avoid this so that the number maintains it's plus sign?

Example: The phone number +44 7123456789 gets converted autmatically
to 4.47123E+11. Converting to text keeps the same formatting and the +
sign is lost.

Any suggestions?
 
Hi Joseph

The way Excel treats csv files is very irritating - to avoid this
automatic conversion process, you need to rename the file as a .txt
extension file (you can do this via Windows Explorer) and then open it
in Excel. Excel will then fire the text import wizard, and you can
specify this column as text.

Hope this helps!

Richard
 
Back
Top