Excel Formulas and Tutorial

JOIN TEXT COLUMNS

Simple Excel technique used to merge two text columns. Concatenation operator is an ampersand - "&".
Use it If you have a database with two columns where you want to merge columns A and B into a single column.
Merge two columns in Excel
The basic formula will look like:

=A1&B1

This will give you the result shown in C1 below:
Cell C1 has a merged data from cells A1 and B1
What we need now is to add "space" between "John" and "Smith". To do that just insert &" "& between "A1" and "B1" in your formula, so the final formula will look like:

=A1&" "&B1

Add space between merging cells
Now we have two cells merged with a space between data.
Actually you can insert any text in 'quotes' and it will be displayed in a cell
Joining two text cells in Excel

home > join text