check number, cut part out, insert in prev column

first5.0

New Member
Joined
Jan 16, 2006
Messages
44
Hello all. I have a large list of phone numbers in column F. They are in the following format...

(123) 456-7890

I need to cut out the area code, insert the area code in the previous column, and delete the original area code within the parantheses.

So column G would be...
123

and column F would then be...
456-7890

Any ideas how to do this?
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

schielrn

Well-known Member
Joined
Apr 4, 2007
Messages
6,941
In column G put the formula:

=MID(G1,2,3)

In cloumn H put right(G1,8)

Then copy and paste special values column H into column F.

This is a way to do it withoug a macro.
 
Upvote 0

Forum statistics

Threads
1,190,559
Messages
5,981,691
Members
439,730
Latest member
gjvv

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
Top