how do I merge columns in excel inclusive of content

N

Nigel

I am trying to merge data from 3 different columns but haven't a clue how to
do it!
HELP
 
E

ewan7279

Hi Nigel,

You can concatenate the columns using the ampersand thus: =A1&B1&C1. If you
want spaces between the data, do: =A1&" "&B1&" "&C1.

Ewan.
 
Top