Merging columns?

C

Carolina78703

::Thanks for responding, Myrna.

There is only one row per person-- and no, there is not a blank ro
between each filled row.

Carol

:
 
M

Myrna Larson

If you have only one row for each person, I guess I don't understand what you
want to do. Combine the entries in A1, B1, C1, and D1, with a space between?
If so

=A1&" "&B1&" "&C1&" "&D1
 
Top