Merging 2 columns

  • Thread starter Thread starter Mazzie
  • Start date Start date
M

Mazzie

I have exported text messages into Excel. I want to merge the colums
containing the date, time and the message into 1 column so that they show in
date/time order. I can put the date/time in order but the messages don't
relate. Can anyone help me?
 
Do you have date/time in one column and message in another column?

Simple select both columns and then sort on date... both will sort together...

To combine two columns you can have this in C1
=A1 & B1
and copy down or
=A1 & " " & B1
if you want a space between two values
 

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