Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of 500 part number with dashes in between. Example 1234-56-789.
How do able to remove the dashes to make it 123456789? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=--SUBSTITUTE(A1,"-","") the -- will convert the text string into ann actual number. If you want to leave your "number" as text, omit them. In article , wrote: I have a list of 500 part number with dashes in between. Example 1234-56-789. How do able to remove the dashes to make it 123456789? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On 28 Feb, 05:28,
wrote: I have a list of 500 part number with dashes in between. Example 1234-56-789. How do able to remove the dashes to make it 123456789? You could do them en masse by using Find/Replace ie select the entire column and press Ctrl+H and in Find What: - and in Replce With: (leave this blank). Hope this helps! Richard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replace dashes | Excel Discussion (Misc queries) | |||
What are dashes for | Excel Discussion (Misc queries) | |||
Remove Dashes from Social Security Numbers | Excel Worksheet Functions | |||
remove the ( ) & dashes from column of phone # | Excel Worksheet Functions | |||
Dashes in Functions | Excel Discussion (Misc queries) |