Combine Cells in Google Sheets: A Step-by-Step Guide

Learn step-by-step how to combine cells in Google Sheets using merge options and non-destructive techniques like TEXTJOIN and CONCAT. This practical guide covers when to merge, how to merge across rows or columns, and how to preserve data integrity while keeping sheets readable.

How To Sheets
How To Sheets Team
·5 min read
Quick AnswerSteps

Learn how to combine cells in Google Sheets by merging cells, or by combining text with functions. This guide explains when merging is appropriate, how to merge across rows and columns, and how to preserve data integrity using TEXTJOIN and CONCAT as safer alternatives. It also covers common pitfalls and practical tips for keeping your spreadsheets clean and easy to audit.

What does it mean to combine cells in Google Sheets?

According to How To Sheets, the phrase combine cells usually means either merging multiple cells into a single larger cell or using text-joining functions to display a combined value in one cell while keeping the source data intact. Merging can simplify layout and improve visual alignment for headings or labels, but it also changes the underlying data structure and can complicate sorting, filtering, and formula references. The How To Sheets team emphasizes that, when used carefully, merging is a powerful formatting tool; when overused, it hampers data manipulation and auditing. In practice, many teams reserve merging for titles, headers, and labels that sit above a data table, rather than for core data cells. The goal is to strike a balance between readability and data integrity, so you can still perform calculations and maintain a clear audit trail.

When to merge cells: pros, cons, and best practices

Merging cells offers a clean visual for headers and grouped labels, but it can disrupt downstream operations like sorting, filtering, and VLOOKUP references. Before you merge, ask: Do I need this area to behave like a single cell in calculations, or is it mainly for presentation? If your primary goal is readability, merging a few header cells can be appropriate. If you plan to perform data analysis or share the sheet with others who will filter or sort, consider alternatives. The How To Sheets approach favors non-destructive methods whenever possible, such as using TEXTJOIN to display a combined value while keeping individual data cells separate.

Two paths to combine data: Merge vs text functions

There are two broad approaches to “combining” data in Google Sheets. The first is merging cells to create a single layout area; the second is combining the content from multiple cells into one using text functions like CONCAT or TEXTJOIN. Merging is best for presentation; text functions are best when you need to preserve the original cells for analysis. TEXTJOIN, in particular, can concatenate a range with a delimiter and will automatically skip empty cells, which helps avoid creating gaps in your data. This section explains when each approach is appropriate and how to switch between them as your needs evolve.

How to merge cells safely: a quick guide

If you decide to merge, start by selecting the exact range to merge. Use the Merge cells button on the toolbar, and choose among Merge all, Merge horizontally, or Merge vertically depending on your data shape. Always review the result to confirm whether any data was overwritten—Google Sheets retains the content only from the upper-left cell in a merged area. For safety, perform merges on a copy of your sheet or use Data > Protected sheets and ranges to prevent accidental edits during the operation. In complex sheets, consider using a separate formatting layer (a dedicated header row) that doesn’t rely on merged data.

Alternatives to merging: TEXTJOIN and CONCAT

To display a combined value without changing cell structure, TEXTJOIN is a flexible option. It concatenates values across a range or list with a chosen delimiter, automatically ignoring blank cells. CONCAT and CONCATENATE are simpler but handle only two values, which can be limiting for larger data sets. These functions provide a non-destructive way to present combined information while preserving the ability to sort, filter, and perform calculations on the original cells. This approach is often preferred for data integrity and collaboration.

Data integrity and formatting considerations

Merged cells can complicate formulas that reference ranges, especially in large datasets. If a merge spans a critical data area, consider keeping the data in separate cells and displaying a merged-like result with TEXTJOIN elsewhere in the sheet. When you do merge, ensure consistent alignment, font size, and wrap settings to maintain readability. If your sheet is shared, document the rationale for merging and provide an alternative for others who might need unmerged data. Keeping a version history or a changelog is a good habit for traceability.

Troubleshooting: common issues with merged cells

Common problems include unexpected empty cells after a merge, disrupted sorting, and difficulties applying conditional formatting to merged ranges. If you notice issues after merging, try unmerging and re-evaluating whether a TEXTJOIN substitute would meet your visual goal. Also verify that formulas referencing the merged area use appropriate absolute/relative references. If you must merge frequently, standardize the process with a saved template and clear documentation to reduce mistakes.

Real-world scenarios and best practices

In practice, teams often merge only the header area of a table or use a single header cell that spans multiple columns. For data-heavy sheets, rely on TEXTJOIN to present combined values without sacrificing row-level data. Document your approach in a notes tab or sheet description, and consider color-coding to emphasize the difference between merged display cells and regular data cells. By following these practices, you can achieve a clean, readable layout without compromising data integrity.

Additional resources and best practices

As you work with merges and text functions, maintain a habit of periodically reviewing your sheets for consistency. Build templates that separate formatting from data logic, use named ranges for clarity, and utilize data validation to reduce errors. For further learning, explore official Google Sheets help articles and reputable tutorials that cover merging, TEXTJOIN, CONCAT, and related features in depth.

Tools & Materials

  • Computer or device with internet access(Chrome, Edge, or Firefox recommended; Google account required)
  • Google account(Used to access Google Sheets and save changes)
  • Access to Google Sheets (sheet with data to practice on)(Create a copy for experimentation to avoid altering original data)
  • Notes/document for step-by-step actions(Optional but helpful for tracking decisions)

Steps

Estimated time: 15-25 minutes

  1. 1

    Select the cells to merge

    Click and drag to highlight the exact range you want to merge. Confirm that all selected cells contain data you’re willing to combine into one. If the range includes multiple data points, plan how content will be preserved or replaced after the merge.

    Tip: Tip: Use Ctrl/Cmd + Z to undo if you accidentally select the wrong range.
  2. 2

    Choose a merge type

    From the toolbar, click Merge cells and choose an option: Merge all, Merge horizontally, or Merge vertically. The choice depends on your data layout and whether you expect the merged area to participate in calculations.

    Tip: Tip: Merging changes the layout and may affect references in formulas.
  3. 3

    Review content after merging

    Check the resulting merged cell to see which content remains. In Google Sheets, content from the top-left cell is preserved; other contents are cleared. If important data was lost, revert the merge and try TEXTJOIN as a non-destructive alternative.

    Tip: Pro tip: Keep a backup sheet before performing merges on large datasets.
  4. 4

    Consider non-destructive alternatives

    If the goal is visual alignment or a single display value, use TEXTJOIN or CONCAT to combine content in a separate cell. This preserves the original data range for sorting and analysis while showing a joined value where needed.

    Tip: Pro tip: TEXTJOIN skips blank cells by default, avoiding unintended gaps.
  5. 5

    Unmerge when necessary

    If you later decide to unmerge, select the merged cell and choose Unmerge from the Merge options. Verify formulas and data references still work after unmerging.

    Tip: Warning: Unmerging may reveal previously hidden content or affect layout; review formulas afterward.
  6. 6

    Document changes and practice

    Document why and how you merged cells (or why you chose TEXTJOIN). Create a template or note in your sheet description to guide future edits and reduce user confusion.

    Tip: Pro tip: Use a dedicated notes tab to explain formatting decisions for collaborators.
Pro Tip: Back up your sheet or work on a copy before merging large ranges.
Warning: Merged cells can break sorting, filtering, and some formulas.
Note: Keep the original data in separate cells when possible and use TEXTJOIN for display.

FAQ

What is the difference between merging cells and combining text with functions in Google Sheets?

Merging cells changes the sheet layout by combining multiple cells into one and can affect calculations and sorting. Combining text with functions like TEXTJOIN keeps the original cells intact while displaying a single combined value in one cell.

Merging changes layout; TEXTJOIN keeps data intact while showing a combined value.

Will merging cells delete data inside the merged range?

Yes. When cells are merged, only the content from the upper-left cell remains; content in other cells is cleared. Be sure to back up data before merging larger blocks.

Merging keeps only the top-left cell data; other data is cleared.

Can I sort or filter a sheet with merged cells?

Merged cells can disrupt sorting and filtering. If you need to sort, avoid merging the range or apply merging only to headers and use non-destructive alternatives for data cells.

Merges can break sorting; avoid merging data ranges when you plan to sort.

What are safe alternatives to merging for visual alignment?

Use center alignment, conditional formatting, wrapped text, or TEXTJOIN to display combined values without changing the data structure. This keeps calculations reliable and reduces layout risks.

Try TEXTJOIN or alignment tweaks instead of merging for better data reliability.

Is there a limit to how many cells can be merged in Google Sheets?

There isn’t a published hard limit from Google, but merging very large regions can impact performance and usability. Use merges sparingly and favor readability.

No official limit published; use merges sparingly to maintain performance.

Watch Video

The Essentials

  • Merge cells for presentation only when necessary
  • Prefer TEXTJOIN/CONCAT to preserve data integrity
  • Document your merging decisions for collaborators
  • Back up before performing significant merges
  • Test formulas after any structural changes
Infographic showing three steps to merge cells in Google Sheets
Three-step process to merge cells

Related Articles