How to add data in two columns in to one column

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

Guest

I want the data in two columns need to be in one column without lossing data
 
If it's text values,

=A1&B1

or, if you want a space between them

=A1&" "&B1
 

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