Changing Number format

Wismer

Board Regular
Joined
Jun 7, 2006
Messages
51
Hi,

I have cell phone numbers which were originally entered in this format 012-345-6789

I want to change it to (012) 345-6789
I have tried to apply Format>Cell>Special and then Phone Number format but it does not seems to work.

Since I need to apply Vlookup formula on phone numbers, I need to convert the numbers in the same format as I have in other sheet.

Thanks for the help.

Wismer
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Hi Wismer

If the numbers you have are really text (including the "-"s) and not just a number formatted, you can try this formula:

=TEXT(SUBSTITUTE(A1,"-",""),"(000) 000-0000")

Hope this helps
PGC
 
Upvote 0

Forum statistics

Threads
1,203,733
Messages
6,057,051
Members
444,902
Latest member
ExerciseInFutility

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