Formula For Separating Phone Numbers From Extensions?

njack

New Member
Joined
Apr 14, 2015
Messages
1
Hey Everyone,

I have a list of 7000 contacts. This list includes separate columns for first names, last names, addresses, zip codes, etc. In the phone number column the extension is also included. However, I need the extensions to be separated into their own column. Is there any trick to doing this? I am dreading having to manually go through all of this one by one! Also, if anyone does have a solution, could you explain it to me like I'm five? I'm not that great with excel. In desperate need of help!

Thanks!
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
You could create two new columns and in one of them put the fomula:
=Left(B2,10)
Column B being where the full phone number is and 10 being the number of characters of the phone number (14 if you have parethesis and dashes) This will pull only the specified number of characters from the left side of the data in that cell.

The second column could pull only the extension, using the Right function:
=Right(B2,4)
Same principle, 4 being the number of characters on the right that makes up the extension.

After you copy the formulas down both columns, simply select those columns, copy and paste values.
This will leave you with the data and no formulas.

Hope this helps. Feel free to ask for more explaination.
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top