Formatting Phone Number Data Set

  • Thread starter Thread starter essex711
  • Start date Start date
E

essex711

If I have a dataset of phone numbers in excel that are not all in the same
format, is there an easy way to have them reformatted so that they are all
consistent in that coulmn?
 
Depending on how those phone numbers looked, I'd do a bunch of edit|replaces to
remove any non-numeric characters

Get rid of the ('s, )'s, (spaces), -'s and anything else you see.

Then apply a custom/special number format to the resulting digits.
 
Depending on how those phone numbers looked, I'd do a bunch of edit|replaces to
remove any non-numeric characters

Get rid of the ('s, )'s, (spaces), -'s and anything else you see.

Then apply a custom/special number format to the resulting digits.
 
Post a sample of the various formats you currently have.

You will probably have to do some stripping or adding of characters or
spaces.

Examples................

250 248 6616

(250) 248 6616

(250) 248-6616

2502486616

What format would you like those changed to?


Gord Dibben MS Excel MVP
 
Post a sample of the various formats you currently have.

You will probably have to do some stripping or adding of characters or
spaces.

Examples................

250 248 6616

(250) 248 6616

(250) 248-6616

2502486616

What format would you like those changed to?


Gord Dibben MS Excel MVP
 
I have a range of formats:

(555)945-4646

555-255-6323

555.895.8543

1+555.895.5074

Generalyl I would like to get rid of all spaces, parentheses, period's and
1+, 1-, to have all the numbers appear like so:

555-456-8542
 
I have a range of formats:

(555)945-4646

555-255-6323

555.895.8543

1+555.895.5074

Generalyl I would like to get rid of all spaces, parentheses, period's and
1+, 1-, to have all the numbers appear like so:

555-456-8542
 
Using the "find & replace" tool worked fine, and then I just formatted the
dataset into phone numbers, the only issue with that is that there are
international numbers and some datasets are for pager numbers which include
email addresses. Not sure if anything can be done about that.
 
Using the "find & replace" tool worked fine, and then I just formatted the
dataset into phone numbers, the only issue with that is that there are
international numbers and some datasets are for pager numbers which include
email addresses. Not sure if anything can be done about that.
 

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

Back
Top