View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default trimming a space in the middle of a string

Try

=SUBSTITUTE(A1,CHAR(32),)

If this post helps click Yes
---------------
Jacob Skaria


"thomas donino" wrote:

I have a list of names in one column. I want to trim the space from the
middle so that Jim Jones looks like JimJones. Any help?

Thank You