Keeping the Plus Sign when importing from CSV file

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?
 
R

RichardSchollar

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
 

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