ElyxAI
data manipulation

How to Combine Cells

Excel 2016Excel 2019Excel 365Excel 2021

Learn to combine multiple cells into one in Excel for cleaner data presentation and headers. This tutorial covers merging cells while preserving data, handling alignment options, and understanding when to use merge versus concatenation formulas for professional spreadsheets.

Why This Matters

Merging cells improves spreadsheet readability and professionalism, especially for headers and titles. It's essential for creating organized reports and presentations that meet professional formatting standards.

Prerequisites

  • Basic Excel navigation and cell selection skills
  • Understanding of worksheet layout and data structure

Step-by-Step Instructions

1

Select the cells to merge

Click on the first cell and drag to select all adjacent cells you want to combine, or hold Shift and click the last cell in your range.

2

Access the Merge Cells option

Go to Home tab > Alignment group > Merge & Center dropdown menu (or Merge Cells button depending on Excel version).

3

Choose merge type

Select 'Merge & Center' to combine and center text, 'Merge Cells' for basic merge, or 'Merge Across' to merge only horizontally within rows.

4

Handle data retention dialog

If prompted, click 'Yes' or 'OK' to confirm; Excel will keep only the content from the top-left cell and discard data from other cells.

5

Adjust formatting if needed

Use alignment options (Home > Alignment) to adjust vertical and horizontal positioning, text wrapping, or font styling for your merged cell.

Alternative Methods

Using CONCATENATE or CONCAT formula

Instead of merging, use formulas like =CONCATENATE(A1, B1) or =CONCAT(A1, B1) to combine cell values in a new cell while keeping original cells intact.

Using the ampersand (&) operator

Create a formula with =A1&B1 to join values without physically merging cells, allowing better data manipulation and sorting.

Using TEXTJOIN formula

For advanced scenarios, use =TEXTJOIN(delimiter, ignore_empty, range) to combine multiple cells with custom separators and ignore blank cells.

Tips & Tricks

  • Always create a backup before merging cells containing important data, as Excel will discard data from non-top-left cells.
  • Use merged cells sparingly in data tables as they can interfere with sorting, filtering, and formulas.
  • For headers, merge cells across columns to create professional-looking section titles without compromising data integrity.

Pro Tips

  • Use 'Merge Across' instead of full merges when working with data tables to maintain sorting and filtering capabilities.
  • Combine merged cells with conditional formatting for visually impactful dashboards and reports.
  • Avoid merging cells in PivotTable layouts as it will cause errors; use formatting alternatives instead.

Troubleshooting

Cannot find Merge Cells option in ribbon

Ensure you're on the Home tab in the Alignment group. If using an older Excel version, the button may be labeled differently or located under Format menu.

Merged cells are unmerging automatically

This occurs when copying data between merged and unmerged cells. Use Paste Special (Ctrl+Alt+V) with 'Values only' to avoid structural changes.

Formula references to merged cells show errors

Reference only the top-left cell of the merged range in formulas; Excel recognizes merged cells by their upper-left address.

Related Excel Formulas

Frequently Asked Questions

Will merging cells delete my data?
Merging cells keeps only the content from the top-left cell; all other cell contents are permanently deleted. Always copy important data before merging or use formulas instead.
Can I unmerge cells after merging?
Yes, select the merged cell and go to Home > Merge & Center dropdown > Unmerge Cells to separate them back into individual cells (data recovery not possible).
Should I use merged cells in data tables?
No, avoid merging cells in data ranges as it prevents sorting, filtering, and formula calculations. Use merged cells only for headers or titles outside active data areas.
What's the difference between merging and concatenating?
Merging combines cell display (visual only), while concatenating joins values using formulas, preserving original data. Concatenation is better for data-intensive work.

This was one task. ElyxAI handles hundreds.

Try free for 7 days