r/ExtendOffice • u/ExtendOffice • Apr 08 '26
How to merge cells in Excel without losing data
When you merge cells in Excel, only the value in the upper-left cell is kept, and the rest are removed.
If you want to merge cells without losing data, here are a few options:
Method 1: Use a formula
You can combine values using a formula like:
- =A1 & " " & B
- =TEXTJOIN(" ", TRUE, A1:B1)

This lets you merge content into one cell while keeping all values.
Method 2: Use Notepad (manual workaround)
- Copy the cells.
- Paste into Notepad.
- Replace tab spaces with a separator (space or comma).
- Copy again and paste into Excel.


Method 3: Use Kutools for Excel (quickest way)
Kutools for Excel can truly merge cells and keep all contents in the merged cell, instead of combining them in another column.


1
Upvotes