View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default removing dashes changes test into number

Maybe you can use a helper column of cells with formulas like:

=substitute(a1,"-","")



DanM wrote:

i have columns of numbers like 34510-03220-E0
that the cells DO say are formated as text. how do i remove the dashes
without it changing automaticly into a number format? i want it to read
3451003220E0 not 3.45E+09


--

Dave Peterson