How do I merge the text content of two seperate cells into one?

K

Kristine

In column A I have names, in column B I have another set of names.
How do I get both sets of names in 1 cell, as a continuous string, with a
space between each string?
 
R

RagDyer

Try this:

=A1&" "&B1
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
Top