Thread: Removing Dashes
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Removing Dashes

Say your data is in A1. In another cell:

=SUBSTITUTE(A1,"-","")

You can then copy this cell and paste/special/value back onto A1
--
Gary''s Student - gsnu201001


"Jeanette" wrote:

I wanted to know if anyone knew how to remove
dashes say from a SS# or a phone number
without retyping all the numbers?