Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Hello- I have a report for work that I have to do today and on the spreadsheet there are phone numbers that were entered on a spreadsheet as (###)###-#### I need to reformat the numbers w/out the special characters. I tried custom format and that didn't work. I tried a formula and that didn't work..so basically I need my phone numbers in the spread sheet to look like this ##########. Is there a way to do that? Thanks, Delaina -- Delaina ------------------------------------------------------------------------ Delaina's Profile: http://www.excelforum.com/member.php...o&userid=24151 View this thread: http://www.excelforum.com/showthread...hreadid=377776 |
#2
![]() |
|||
|
|||
![]() If your phone nos is in A1, then enter the following formula in B1: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"(",""),")"," "),"-","") Mangesh -- mangesh_yadav ------------------------------------------------------------------------ mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470 View this thread: http://www.excelforum.com/showthread...hreadid=377776 |
#3
![]() |
|||
|
|||
![]() Or another way, also in B1; copied down your range of numbers: =MID(A1,2,3)&MID(A1,6,3)&RIGHT(A1,4) Good Luck Bruce -- swatsp0p ------------------------------------------------------------------------ swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101 View this thread: http://www.excelforum.com/showthread...hreadid=377776 |
#4
![]() |
|||
|
|||
![]()
Select your phone numbers, and do 3 Find/Replaces, replacing "(" with
nothing, ")" with nothing, and "-" with nothing. In article , Delaina wrote: Hello- I have a report for work that I have to do today and on the spreadsheet there are phone numbers that were entered on a spreadsheet as (###)###-#### I need to reformat the numbers w/out the special characters. I tried custom format and that didn't work. I tried a formula and that didn't work..so basically I need my phone numbers in the spread sheet to look like this ##########. Is there a way to do that? Thanks, Delaina |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the category axis number formatting in a Pivot Ch. | Charts and Charting in Excel | |||
How do I do conditional formatting on number formats not patterns. | Excel Discussion (Misc queries) | |||
Number formatting | Excel Discussion (Misc queries) | |||
Pivot Table Drill Down Number Formatting | Excel Discussion (Misc queries) | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions |