View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Removing dashes from a column

=substitute(A2,"-","") and copy down.
--
David Biddulph

"Tommy Kramer 9" <Tommy Kramer wrote in message
...
I have a 500+ cell column with 13 digit numbers that look like this.
18-118-22-33-0011 I would like to remove all of the dashes from every
cell
in the column but I can't figure out how.