Merging Data of Two Cells in Excel
Merging data from two cells in Excel is a straightforward task that can make your spreadsheet more organized and easier to read. By following some simple steps, you can combine the contents of two separate cells into one. This can be particularly useful for combining first and last names, or concatenating other information. Let’s dive in and see how you can do this easily.
How to Merge Data of Two Cells in Excel
Ready to merge data from two cells in Excel? Here’s a step-by-step guide that will walk you through the process. By the end of these steps, you’ll be able to combine any two cells of your choice into one.
Step 1: Open Excel and Select the Cells
First, open your Excel spreadsheet and select the two cells that you want to merge.
Make sure to click on the first cell and then drag to the second cell, or you can use the Ctrl key to select multiple cells if they’re not adjacent.
Step 2: Insert a New Column
Second, insert a new column where the merged data will be housed.
Right-click on the column header next to your selected cells and choose "Insert." This allows you to maintain your original data while combining the contents.
Step 3: Use the CONCATENATE Function
Next, click on the cell where you want your merged data to appear and type in the CONCATENATE function.
The formula looks like this: =CONCATENATE(A1, " ", B1). Replace A1 and B1 with the actual cell references you want to merge.
Step 4: Press Enter
After typing the formula, press Enter to see the combined data.
This action will instantly merge the contents of the two cells into one, with a space in between if you added one in the formula.
Step 5: Copy the Formula Down
Finally, if you want to merge data from multiple rows, drag the fill handle (a small square at the bottom-right corner of the cell) down to apply the formula to other rows.
This will automatically merge the respective cells in each row, saving you time and effort.
Once you complete these steps, the data from the two selected cells will be combined into a single cell.
Tips for Merging Data of Two Cells in Excel
- Use the & Operator: Instead of CONCATENATE, you can use the & operator for simplicity, like this: =A1 & " " & B1.
- Preserve Original Data: Always insert a new column or use a new cell to keep your original data intact.
- Handle Blank Cells: You can use the IF function to handle cases where one of the cells might be empty.
- Format Cells: After merging, format the new cell to match your spreadsheet’s style.
- AutoFit the Column: Ensure the new column width is adjusted to display the merged data properly.
Frequently Asked Questions
Can I merge more than two cells?
Yes, you can merge more than two cells by adding more cell references in the CONCATENATE formula or using the & operator multiple times.
What happens to the original data?
The original data remains unchanged unless you overwrite it. Always choose a new cell for the merged data.
Can I merge data from different worksheets?
Yes, you can reference cells from different worksheets in your CONCATENATE formula by including the sheet name, like this: =CONCATENATE(Sheet1!A1, " ", Sheet2!B1).
Is there a shortcut for merging cells?
Excel doesn’t have a direct shortcut for merging data in cells, but you can create a macro if you need to do this task frequently.
Can I undo the merge?
Yes, you can undo the merge by deleting the merged cell’s content and reverting to the original cells.
Summary
- Open Excel and Select the Cells.
- Insert a New Column.
- Use the CONCATENATE Function.
- Press Enter.
- Copy the Formula Down.
Conclusion
Merging data of two cells in Excel can greatly simplify the organization of your spreadsheet. Whether you’re combining names, addresses, or any other type of information, this method is both efficient and easy to execute. Try experimenting with the CONCATENATE function and the & operator to see which one suits your needs best. Keeping your data organized and easy to read will not only make your work look more professional but also save you time in the long run. Happy Excel-ing!

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.
His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.