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
|