Remove Space Between Two Words

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Top 4 scores in excel 4
Add years NOT days 3
Combining two functions 13
Text to Time conversion 3
If statement error check 1
remove space 4
Calculate elapsed time excluding specific timeframe 10
Function Help 3

Back
Top