Combine Two Cells in Excel: A Step-by-Step Guide
Excel is a powerful tool for data analysis and manipulation. One of the most common operations in Excel is combining two cells into one. This can be useful for merging data from multiple columns, creating a single cell with multiple values, or simply for aesthetic purposes. In this article, we will explore how to combine two cells in Excel using various methods.
Method 1: Using the Concatenate Function
The most common way to combine two cells in Excel is by using the CONCATENATE function. This function is used to join two or more text strings together into a single text string. To use the CONCATENATE function, follow these steps:
- Highlight the cell where you want to display the combined text.
- Type =CONCATENATE(
- Select the first cell you want to combine.
- Type a comma followed by the second cell you want to combine.
- Close the parentheses.
- Press Enter.
Example:
Suppose you want to combine the first name and last name in two separate cells into a single cell. The formula would be =CONCATENATE(A2, B2), where A2 contains the first name and B2 contains the last name.

Method 2: Using the Ampersand (&) Operator
Another way to combine two cells in Excel is by using the ampersand (&) operator. This operator is used to join two text strings together. To use the ampersand operator, follow these steps:
- Highlight the cell where you want to display the combined text.
- Type the equals sign (=) followed by the first cell you want to combine.
- Type the ampersand (&) operator.
- Select the second cell you want to combine.
- Press Enter.
Example:
Suppose you want to combine the first name and last name in two separate cells into a single cell. The formula would be =A2 & B2, where A2 contains the first name and B2 contains the last name.
Method 3: Using the TEXTJOIN Function (Excel 2019 and Later)
Excel 2019 and later versions include a new function called TEXTJOIN. This function is used to join multiple text strings together into a single text string. To use the TEXTJOIN function, follow these steps:

- Highlight the cell where you want to display the combined text.
- Type =TEXTJOIN(
- Select the delimiter you want to use to separate the text strings (e.g., a comma).
- Select the first cell you want to combine.
- Continue selecting additional cells you want to combine, separating each cell with a comma.
- Close the parentheses.
- Press Enter.
Example:
Suppose you want to combine the first name, last name, and middle initial in three separate cells into a single cell, separated by spaces. The formula would be =TEXTJOIN(" ",TRUE,A2,B2,C2), where A2 contains the first name, B2 contains the last name, and C2 contains the middle initial.
Tips and Variations
When combining two cells in Excel, keep the following tips in mind:
- Make sure the cells you are combining are in the same row or column.
- Use the ampersand (&) operator or CONCATENATE function to combine text strings only.
- Use the TEXTJOIN function to combine multiple text strings, separated by a delimiter.
- Use the FIND and REPLACE functions to extract specific characters or words from a text string.
Conclusion
Combining two cells in Excel is a simple yet powerful operation that can be useful for various tasks. In this article, we explored three methods for combining two cells in Excel: using the CONCATENATE function, the ampersand (&) operator, and the TEXTJOIN function (Excel 2019 and later). By following these steps and tips, you can easily combine two cells in Excel to create a single cell with multiple values.