string concatenation

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 :-
 
T

tjtjjtjt

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
 
Top