Once these characters are removed, we can use Excel’snumber format systemto format the numbers consistently.

We are also asking TEXTSPLIT to ignore any empty values that are generated.

This is important because some of these delimiters have no actual value between them.

The result with TEXTSPLIT only and five delimiters

you’re free to insert specific characters with any logic you like.

Note: leading zeros will be removed when the value is converted to a number.

If you need leading zeros, the simplest approach will be to concatenate manually as explained previously.

The result with TEXTSPLIT only and five delimiters

There are pros and cons to both approaches.

Finally, the “Special” telephone number format is applied to column D as explained above.

This pageexplains custom number formatsand with many examples.

The result with TEXTSPLIT only and five delimiters

you’re able to use this same trick tomake nested IF statements easier to readas well.

TEXTSPLIT can split text into rows or columns.

TEXTJOIN Function

The Excel TEXTJOIN functionconcatenatesmultiple values together with or without a delimiter.

The result with TEXTSPLIT only and five delimiters

The result with TEXTSPLIT only and five delimiters

Using manual concatenation to join numbers and punctuation

The formula used in column F simply copies column D

Applying the Phone Number format in Format Cells

Cleaning phone numbers with nested SUBSTITUTE functions

Excel formula: Strip non-numeric characters

Excel formula: Split dimensions into two parts

Excel formula: Remove text by matching

Excel formula: Remove unwanted characters

Excel formula: Find and replace multiple values

Excel TEXTSPLIT function

Excel TEXTJOIN function

Excel SUBSTITUTE function

Article image

The result with TEXTSPLIT only and five delimiters

Using manual concatenation to join numbers and punctuation

Applying the Phone Number format in Format Cells

Cleaning phone numbers with nested SUBSTITUTE functions