Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
i have a column of phones numbers with the format 555-111-2222 and I want to
remove the dashes so that they are 5551112222 so that I can use a vertical lookup. What's the easiest way to do this? |
#2
![]() |
|||
|
|||
![]()
=SUBSTITUTE(A1,"-","")
HTH Jason Atlanta, GA "Brad" wrote: i have a column of phones numbers with the format 555-111-2222 and I want to remove the dashes so that they are 5551112222 so that I can use a vertical lookup. What's the easiest way to do this? |
#3
![]() |
|||
|
|||
![]()
You can use Edit Find to open the find/replace window.
Then find - and replace with nothing. Click Replace all -- Gary's Student "Brad" wrote: i have a column of phones numbers with the format 555-111-2222 and I want to remove the dashes so that they are 5551112222 so that I can use a vertical lookup. What's the easiest way to do this? |
#4
![]() |
|||
|
|||
![]()
In addition to Jason's suggestion, you can also select all the phone #s and
do a Find & Replace, replacing the "-"s with ""s "Brad" wrote: i have a column of phones numbers with the format 555-111-2222 and I want to remove the dashes so that they are 5551112222 so that I can use a vertical lookup. What's the easiest way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I add an area code to a list of phone numbers in Excel? | Excel Worksheet Functions | |||
How to add a 1 to existing column of phone numbers? | Excel Discussion (Misc queries) | |||
How to insert a repeating dash in phone numbers without dashes in. | New Users to Excel | |||
I Need a Formula to Auto-fill Phone Numbers in a Range | Excel Worksheet Functions | |||
Phone Numbers | Excel Worksheet Functions |