convert phone format

R

Rusty

I need to convert my data base list of phone numbers after exporting them to
excel. they land in the following format 123-456-7891. I need a formula that
will add a "1" to the front and carry the balance without the "-". The result
need to be a string that looks like this 11234567891. Is this possible?
 
J

Jacob Skaria

With your number in cell A1 try the below formula

="1" & SUBSTITUTE(A1,"-",)

If this post helps click Yes
 
J

Jacob Skaria

The - must be a custom format.

Select the cells>Right click>Format Cells>select Custom>and type #

If this post helps click Yes
 

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