How to Merge Cells and Combine Columns in Google Sheets

When you are building a complex data table in Google Sheets, you often need to create large header titles that span across multiple columns of data, or group several related sub-categories under one massive umbrella label. You cannot achieve this cleanly by just making one column extremely wide. Instead, you need to use the Merge feature. Merging takes two or more adjacent cells and seamlessly combines them into a single, giant cell, allowing your text to flow beautifully across the entire top of your data table.

How to Merge Cells in Google Sheets

Merging cells is primarily a formatting tool to improve the visual layout of your spreadsheet. It is most commonly used for creating titles and headers.

  1. Open your document in Google Sheets.
  2. Click and drag your mouse to highlight the specific block of cells you want to combine. You can highlight horizontally across a row, vertically down a column, or even select a large block (like a 3×3 grid).
  3. Look at the top formatting ribbon (where the font controls are). Locate the Merge cells button. It looks like a square with two arrows pointing inward towards each other.
  4. Click the Merge cells button.

The highlighted gridlines will instantly disappear, and the entire selected area will become one massive, unbroken cell. You can now type your header text, which will be treated as belonging to this single new block.

Different Types of Merging

If you click the tiny drop-down arrow next to the Merge button, you will see several advanced options. These are especially useful if you highlighted a massive grid of cells.

  • Merge all: This combines every single cell you highlighted into one giant, singular box. This is the default behavior if you just click the main button.
  • Merge horizontally: If you highlighted three rows and three columns (a 3×3 grid), selecting this option will combine the columns but keep the rows separate. You will end up with three very wide rows stacked on top of each other.
  • Merge vertically: This does the exact opposite. It will merge the rows together but keep the columns distinct, resulting in three very tall, thin columns standing side-by-side.

A Warning About Data Loss

The Merge tool is designed for formatting empty header spaces, not for combining actual data points. If you highlight two cells that both contain text or numbers and attempt to merge them, Google Sheets will only keep the data from the top-left cell. The data in all the other highlighted cells will be permanently deleted and replaced by empty space in the newly merged block. If you actually need to combine text from multiple cells into one sentence, you must use a formula like CONCATENATE instead.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.