M Mike Jul 7, 2004 #1 I have numbers in a coulmn that look like this: 01-012-4123 how do I remove only the hyphens (dashes)
I have numbers in a coulmn that look like this: 01-012-4123 how do I remove only the hyphens (dashes)
D Dave Peterson Jul 7, 2004 #2 Select your range and Edit|Replace What: - (hyphen) with: (leave blank) You may want to format those cells (custom: 000000000) to keep the leading 0's.
Select your range and Edit|Replace What: - (hyphen) with: (leave blank) You may want to format those cells (custom: 000000000) to keep the leading 0's.
R Robin Hammond Jul 7, 2004 #3 Add a column with something like this in . =SUBSTITUTE(A1,"-","") Robin Hammond www.enhanceddatasystems.com
Add a column with something like this in . =SUBSTITUTE(A1,"-","") Robin Hammond www.enhanceddatasystems.com