View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Delete characters

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

and if you want this value as number use:
=--SUBSTITUTE(A1,"-","")


-----Original Message-----
I want to be able to remove dashes from a coulmn in
excel..for example in coulmn B i have 3992393-8484-

33..and
want to just show numbers no dashes..Thanks
.