[Fixed!] Cannot Copy Merged Cells in Excel (4 Solutions)

For illustration, we will use this sample dataset which represents the 5 bestseller books of 2020 at amazon.com. The book names are merged between columns C and D.


Solution 1 – Double Click and Copy Text then Paste to a Single Cell

Steps:

  • Double-click the merged cells C7:D7.
  • Select the text and copy it.

Double Click and Copy Text then Paste to a Single Cell

Copy it to the desired cell, e.g., Cell D11.

The text is copied to only Cell D11.

Cannot copy merged cells in excel


Solution 2 – Apply Paste Special If You Cannot Copy Merged Cells to a Single Cell

Steps:

  • Select and copy the merged cells C7:D7.

Apply Paste Special If You Cannot Copy Merged Cells to a Single Cell in Excel

  • Right-click on desired cell, e.g., Cell D11.
  • Select Paste Special from the Context menu.

Apply Paste Special If You Cannot Copy Merged Cells to a Single Cell in Excel

In the Paste Special dialog box-

  • Mark Values and number formats from the Paste section and mark None from the Operation section.
  • Press OK.

Apply Paste Special If You Cannot Copy Merged Cells to a Single Cell in Excel

The merged cells will be copied to a single cell.

Apply Paste Special If You Cannot Copy Merged Cells to a Single Cell in Excel


Solution 3 – Apply Paste Special If You Cannot Copy Merged Cells to Separate Cells

In this section, we’ll copy merged cells to separate single cells. The sample dataset has merged cells B5:B6 and C5:C6.

Apply Paste Special If you Cannot Copy Merged Cells to Separate Cells in Excel

Steps:

  • Copy the merged cells B5:B8.

Apply Paste Special If you Cannot Copy Merged Cells to Separate Cells in Excel

  • Right-click on desired cell, e.g., Cell D11.
  • Select Values from the Paste options of the Context menu.

Apply Paste Special If you Cannot Copy Merged Cells to Separate Cells in Excel

The merged cells will be copied as unmerged cells like in the image below.

Apply Paste Special If you Cannot Copy Merged Cells to Separate Cells in Excel


Solution 4 – Embed VBA to Copy and Paste Merged Cells to a Single Cell

Steps:

  • Right-click on the sheet title.
  • Select View Code from the Context menu.

Or press Alt+F11 to open the VBA window directly.

Embed Excel VBA to Copy And Paste Merged Cells To a Single Cell

  • Enter the following codes in the VBA window-
Sub CopyMergedCells()
Cells(7, 3).Copy
Cells(11, 4).PasteSpecial Paste:=xlPasteValues
End Sub
  • Click the Run icon to run the codes.

Embed Excel VBA to Copy And Paste Merged Cells To a Single Cell

Here’s the output after running the VBA codes.

Read More: How to Copy Number Not Formula in Excel


Use Center Across Selection to Avoid Copy/Paste Merged Cell Errors

You can smartly avoid the copy/paste merged cells related problems by using an amazing tool – Center Across Selection in Excel. It replicates the look of merged cells while not actually being merged.

Steps:

  • Select the cells C5:D9.
  • Right-click and select Format Cells from the Context menu.

A dialog box will open up.

  • Click on Alignment and choose Center Across Selection from the Horizontal section.

Use Center Across Selection to Avoid Copy/Paste Merged Cell Errors

The names are center-aligned and look like merged cells.


Download Practice Workbook


Related Articles


<< Go Back to Copy-Paste Not Working | Copy Paste in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Sourov Hossain Mithun
Md. Sourov Hossain Mithun

Md. Sourov Hossain Mithun, an Excel and VBA Content Developer at Softeko's ExcelDemy project, joined in October 2021. Holding a Naval Architecture & Marine Engineering degree from BUET, Mithun showcases expertise during his two-year tenure. With over 200 published articles on Excel topics, he earned a promotion to Team Leader, excelling in leading diverse teams. Mithun's passion extends to Advanced Excel, Excel VBA, Data Analysis, and Python programming, contributing significantly to the innovative and dynamic environment of ExcelDemy... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo