Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I am trying to remove the dashes from between phone numbers in a spreadsheet and then place a one (1) in front of the number when the dashes has been removed. Eg. 876-176-2344 ... change to 18761762344 -- AAH |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=1&SUBSTITUTE(A1,"-","")
"AAH" wrote: I am trying to remove the dashes from between phone numbers in a spreadsheet and then place a one (1) in front of the number when the dashes has been removed. Eg. 876-176-2344 ... change to 18761762344 -- AAH |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks it worked like a charm ...
-- AAH "Teethless mama" wrote: =1&SUBSTITUTE(A1,"-","") "AAH" wrote: I am trying to remove the dashes from between phone numbers in a spreadsheet and then place a one (1) in front of the number when the dashes has been removed. Eg. 876-176-2344 ... change to 18761762344 -- AAH |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're Welcome!
"AAH" wrote: Thanks it worked like a charm ... -- AAH "Teethless mama" wrote: =1&SUBSTITUTE(A1,"-","") "AAH" wrote: I am trying to remove the dashes from between phone numbers in a spreadsheet and then place a one (1) in front of the number when the dashes has been removed. Eg. 876-176-2344 ... change to 18761762344 -- AAH |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove the ( ) & dashes from column of phone # | Excel Worksheet Functions | |||
Convert phone numbers with dashes in them to just numbers | Excel Discussion (Misc queries) | |||
How do you remove duplicate phone numbers in an Excel spreadsheet | Excel Discussion (Misc queries) | |||
removing dashes from phone numbers | Excel Discussion (Misc queries) | |||
How to insert a repeating dash in phone numbers without dashes in. | New Users to Excel |