View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld
 
Posts: n/a
Default Number formating

On Tue, 29 Nov 2005 11:01:05 -0800, "croozer"
wrote:

I have a column of numbers, all 6 digit. Some of the numbers are six digit
with a dash in between the third and fourth digit

Ex.
123-456
122-451
122771
122458
233-564

...and so on

Is there a way to remove the dashes from these numbers that have dashes and
leave the other ones alone? What I want is this column to not have any
dashes.
is concentate the formula to use??

Thanks




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


--ron