How to Combine 2 Columns With a Space in Excel
There could be times during your daily workflow when you may want to combine 2 columns in Excel with a space. Let’s say you have first names in one column and last names in another.
Now, instead of keeping them separate, you might want a single full-name column. Fortunately, Excel offers multiple ways to combine or merge 2 columns in your spreadsheet without losing data. In this guide, we’ll walk you through each method step by step.
NOTE: The following methods are handy if you use Microsoft 365 Excel, Excel 2021, or an older version like Excel 2016; the process works the same.
Table of contents
How do I combine two columns into one in Excel?
1. Using the Ampersand (&) Operator
- Click into the cell where you want the combined result.
- Type the formula: =A2 & ” ” & B2
- Press Enter.
- Finally, drag the fill handle down to apply it to other rows.
Example: If A2 = John and B2 = Smith, the result will be John Smith.
2. Using TEXTJOIN (Best for Multiple Columns)
If you need to combine more than two columns with spaces, TEXTJOIN is the most efficient.
- Click the target cell.
- Enter this formula: =TEXTJOIN(” “, TRUE, A2:B2)
- Press Enter.
This automatically places a space between each value in the selected range.
Why You Might Need to Combine 2 Columns in Your Excel Sheet
There are many real-world cases where you’d want to merge two columns in Excel:
- Customer Data Management: Combine first and last names into a full-name field.
- Mailing Lists: Join street names with house numbers for proper addresses.
- Reports: Merge department names with employee IDs for clearer labels.
- Event Planning: Join event dates with titles for quick scheduling sheets.
By combining columns, you reduce redundancy, improve readability, and streamline reporting.
Summing Up
That’s all for now, we hope you have finally understood how to combine 2 columns in Excel with a space is simple and powerful. You can use &, CONCAT, or TEXTJOIN depending on your dataset. From creating full names to cleaning mailing lists, these methods make your spreadsheet more organized and efficient.
Sometimes Excel bothers users by hiding all the columns and rows of a spreadsheet. If you are also facing a similar issue, here’s our detailed guide to unhide all rows and columns in Excel. Moreover, if you want your spreadsheet to scroll seamlessly, don’t forget to check out our guide on how to freeze the top two rows in Excel.
FAQs
You can simply use the formula =A2 & ” ” & B2 to combine them. Here, A2 and B2 might vary depending on which column you are looking to combine with a space.
You should always use a new column for the formula. This way, your original data remains unchanged.
You must include ” “ inside your formula. This ensures there’s one space between combined values.
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
User forum
0 messages