ExcelCSE.com

Menu
  • Excel 101
  • Excel Functions
  • Excel Formula
  • Contact Us
How to Use Excel > Excel Formula > How to Merge Cells in Excel

How to Merge Cells in Excel

How to Merge Cells in Excel
Table of contents :
  • Solution #1, Using Ribbon Menu
  • Solution #2, Using Right Click Menu
  • Solution #3, Using Ampersand “&” Sign
  • Solution #4, Using Using CONCATENATE Function
  • Solution #5, Using TEXTJOIN Function
  • Solution #6, Using the Magic Way
  • Which One is the Best?

How to Merge Cells in Excel

There are several ways to merge cells in excel, using formula or using no formula, losing data or losing no data. Which solution is right for you, please read the article below.

Solution #1, Using Ribbon Menu

The Merge Cells menu is in the “Home” tab and “Alignment” group. There are several options to choose from.

How to Merge Cells in Excel

Merge & Center

Merge the selected cells into a single combined cell and make a center alignment.

Merge Columns in Excel

Merge Across

Merge the selected cells into a combined cell for the same row

How to Merge Two Columns in Excel

Merge Across is a Merge Cell for several rows in one command, there is no difference in results between Merge Across and Merge Cell if the selected cells consist of one row

Merge Cells

Merge selected cells into a single combined cell without alignment.

Merge and Center in Excel

Unmerge Cells

Unmerge Cells returns the merged cells into the original form.

How to Merge Two Cells in Excel

Unmerge Cells only returns the cell to its original form, not the data.

Merge Cells Limitation

Merge Cells only merge the cells, not the data. Excel only keeps the upper-left values and discard other values. No commands can restore the discarded data, including unmerge cells

Solution #2, Using Right Click Menu

You can merge cells with the right-click menu, then select Format cell, a dialog appears as shown below.

Merge Two Cells in Excel

Check the Merge Cells check box in the Text control section. The other setup is optional. You can make text alignment or text orientation settings, all in one dialog.

Merge Rows in Excel

If you only check the Merge cells checkbox, the results are like the Merge Cells option on the Ribbon menu.

Solution #3, Using Ampersand “&” Sign

Merge and Center the Selected Cells

The Formula

=A2&" "&B2&" "&C2

The formulas merge the data in several columns into one column without losing data. The formula merges the data, not the cells.

Keep in mind!!

The new column as a result of combining several columns containing a formula, if you copy the formula and paste elsewhere could give the different results.

To avoid the different result, make sure you do a Copy – Paste Special – Values for all data in the combined column.

Please read the article below for detailed information about Paste Special.

  • Paste Special Excel

Solution #4, Using CONCATENATE Function

Merge Text in Excel

The Formula

=CONCATENATE(A2," ",B2," ",C2)

The Formula writing for the CONCATENATE function and the ampersand sign requires you to write all the columns to be merged, along with the separator.

If there are many columns to be merged will create a long formula. For a simpler solution, use the TEXTJOIN function.

Solution #5, Using TEXTJOIN Function

Merge 2 Columns in Excel

The Formula

=TEXTJOIN(" ",TRUE,A2:C2)

The TEXTJOIN function allows you to merge cells using a range, without having to write one by one of the cells to be merged. Also, you only write the separator once, unlike the CONCATENATE function you must write the separator repeatedly.

Solution #6, Using the Magic Way

Merge 2 Cells in Excel

No formula, losing no data

Which One is the Best?

Solution #1 and #2 only merge the cells, not the data inside. As a result, you will lose some data.

Solution #3 and #4 are using the formula, losing no data because the merged cell is done by putting it in a new column. The disadvantage, you must write all the column addresses to be merged one by one as well as the separator.

Solution #5 using a formula, you only write the column range address and the separator once. But my choice is solution #6, simple, no formula, losing no data and magic 😊.

What about your choice?

Related Function

Function used in this article
  • Excel CONCATENATE Function
  • Excel TEXTJOIN Function
Usefull links
  • Microsoft Excel MERGE and UNMERGE cells documentation
Share
Tweet
Google+
Email
Prev Article
Next Article

Related Articles

Different between SUMIF and SUMIFS
SUMIFS vs. SUMIF Here is a table of differences between …

Difference between SUMIF and SUMIFS

How to Subtract in Excel
Subtraction Formula Using the Minus Sign “-“ The symbol used …

How to Subtract in Excel

How to Convert Time to Hours, Minutes and Seconds in Excel
Excel stores TIME values in decimal numbers, but in day …

How to Convert Time to Hours, Minutes and Seconds in Excel

VLOOKUP REF Error
VLOOKUP REF Error because one or more table_array column is …

VLOOKUP REF Error – Causes and Solutions

VLOOKUP NA Error
VLOOKUP NA error is the most common error when using …

VLOOKUP NA Error – Causes and Solutions

Tags:CONCATENATE Function Flash Fill How do You Merge Cells in Excel How to Merge and Center in Excel How to Merge Cells How to Merge Cells in Excel How to Merge Rows in Excel How to Merge Two Cells in Excel How to Merge Two Columns in Excel Merge 2 Cells in Excel Merge 2 Columns in Excel Merge and Center in Excel Merge and Center The Selected Cells Merge Columns in Excel Merge Rows in Excel Merge Text in Excel Merge Two Cells in Excel TEXTJOIN Function

Categories

  • Excel 101
  • Excel Formula
  • Excel Functions

Recent Posts

  • Get the Original Price from Percentage Increase/Decrease
  • How to Add/Subtract Percentage in Excel
  • How to Extract Day, Month and Year from Date in Excel
  • How to Add Seconds, Minutes and Hours to a Time in Excel
  • How to Add Days, Weeks, Months and Years to a Date in Excel
  • How to Calculate Time Difference in Excel
  • Calculate Number of Days, Weeks, Months and Years Between Two Dates in Excel
  • Flash Fill Excel
  • Paste Special Excel
  • Excel TEXTJOIN Function
  • Excel CONCAT Function
  • Excel CONCATENATE Function
  • Excel REPLACE Function
  • Excel SUBSTITUTE Function
  • Excel REPT Function
  • Excel FIND Function
  • Excel SEARCH Function
  • Excel MID Function
  • Excel RIGHT Function
  • Excel LEFT Function

ExcelCSE.com

The Ultimate Guide How to Use Excel Better
Copyright © 2024 ExcelCSE.com
Contact Us - Privacy Policy - Sitemap | Theme by MyThemeShop.com

Ad Blocker Detected

Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.

Refresh