Remove Space Between Two Words

B

Bob C

I am using the following formula:
=CONCATENATE(H4,J4)
The result is for example: Two Blue
What can i add to remove the space between the two words?
I want the result to be: TwoBlue
Thank you for your help,
Bob
 
G

GerryK

Where your result is (eg. A1) you could place a formula
like =SUBSTITUTE(A1," ","") in the next cell (eg. B1).
Also, you can just add the two cells.
 
Top