How to merge three columns in excel
Tutor 5 (54 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
Merging three columns in Excel combines the content of three separate columns into one column. Excel completes this task through built-in functions or through a menu command that merges cells. Merging cells removes data from all cells except the upper-left one. Merging values preserves all data.
How to Merge Three Columns into One Cell (Cell Merge Command)
Excel merges cells without preserving multiple values. Excel keeps only the value from the upper-left cell. The process is identical on Windows and Mac.
Steps
-
Select the three cells you want to merge.
-
Go to the Home tab.
-
Select Merge & Center from the Alignment group.
-
Open the dropdown and choose Merge Cells.
How to Merge the Values of Three Columns Into One Column (Formula Method)
Merging values preserves all text or numbers from the three columns. Excel completes this task through formulas.
Using the CONCAT Function
The CONCAT function joins text from multiple columns.
Using the Ampersand (&) Operator
The ampersand operator joins text with custom spacing.
-
Select an empty column where the merged result will appear.
-
Enter one of the formulas shown above.
-
Press Enter.
-
Copy the formula down to merge content from every row.
-
Convert the results to plain text:
-
Select the column with formulas.
-
Press Ctrl+C (Windows) or Cmd+C (Mac).
-
Right-click and choose Paste Values.
-
How to Merge Three Columns With a Delimiter (Comma, Dash, Space)
Delimiters create a readable combined text.
Example with Commas
Example with a Dash
How to Merge Three Columns Using TEXTJOIN
TEXTJOIN merges columns with a single delimiter and gives control over empty cells.
Formula
Condition Explanation
TRUE ignores empty cells.
FALSE includes empty cells.
When to Use Each Method
-
Use Merge Cells when the goal is one large cell and data from non-primary cells is unnecessary.
-
Use CONCAT or & when the goal is a custom layout or spacing.
-
Use TEXTJOIN for long lists, consistent spacing, or when many cells must be combined.
Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
Why are margins not working
Answers · 1
Why is page layout not working
Answers · 1
How to print repeated rows on top in excel
Answers · 1
How to print header on each page
Answers · 1