Excel problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I merge 3 columns with data into one without losing any of the data.
 
Forgot to say, if this is a one-off problem, put something like this in
an empty column:

=A1 & B1 & C1

or

=A1 & " " & B1 & " " & C1

Copy down as far as required. Copy the column. Select the first column
("A", above), and choose Edit/Paste Special, selecting the Values radio
button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top