Combine 2 columns without an expensive wizard?

A

Astello

Is there a way to combine 2 columns without a wizard? If I could put a
comma between them that would be great, but just slapping them together
is fine too.
 
M

Max

Assuming the source cols are cols A and B, data in row1 down
Put in C1: =A1&","&B1
Copy C1 down as far as required
 
Top