string concatenation

  • Thread starter Thread starter CaptainHook
  • Start date Start date
C

CaptainHook

I wish to do it all in Excel ...
Is it difficult to "write a program" in VBA or something?
Can it be some kind of combination b/w macro and formulas?
I've just started to learn Excel :-
 
What are you trying to concatenate?
If you have text CLOWN in cell A1 and the text FISH in cell B1, you can put
this formula in C1:
=A1&B1
to get CLOWNFISH.

tj
 

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

Back
Top