Family Encyclopedia >> Work

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Need to combine cells in Excel for cleaner layouts or combined text? Merging cells is a popular feature, but it comes with pitfalls like data loss. As an Excel expert with years of spreadsheet optimization experience, I'll walk you through merging, unmerging, and a smarter alternative using formulas to keep all your data intact.

We'll cover step-by-step instructions with screenshots to make it foolproof.

How to Merge Cells in Excel

Before diving in, understand what merging does. Take this example with separate first and last name columns:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Merging combines them into one wider cell, but Excel only retains the top-left cell's value, discarding the rest:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

To merge: Select your cells (any number works), go to the Home tab, and in the Alignment group, click Merge & Center:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

If multiple cells contain data, Excel warns you:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Click OK to proceed, and you'll see the merged result:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Merging Across Columns in Excel

For entire columns, select them first:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Instead of Merge & Center, use the dropdown and select Merge Across:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Confirm multiple warnings (one per row), and you'll have combined cells across columns:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Pro tip: Deleting the extra column often works better than merging entire columns.

Now, for a data-safe alternative.

Combine Cells with CONCATENATE (No Data Loss)

Merging erases data, but formulas like CONCATENATE preserve everything. Syntax:

=CONCATENATE(text1, [text2], …)

In our name example, add a new column with:

=CONCATENATE(B2, " ", C2)

The space (" ") separates first and last names cleanly:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Press Enter for the result:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Bonus: Formulas are editable, unlike merged cells.

How to Unmerge Cells in Excel

Changed your mind? Select the merged cell(s), click the Merge & Center dropdown, and choose Unmerge Cells:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Cells revert to original size, but lost data stays gone. Always copy your sheet first or use CONCATENATE.

When Cell Merging Still Shines

For formatting headers or titles, merging creates polished tables:

How to Merge and Unmerge Cells in Excel: Pro Tips and Best Practices

Default to CONCATENATE for data tasks. Even pros use merging sparingly.

Related: Need to combine Excel sheets or files? How to combine Excel sheets and files. Smart methods beat manual work every time. Read more!