Combining Cells in Excel: A Comprehensive Guide
When working with data in Excel, it's often necessary to combine two or more cells into a single cell. This can be done to simplify data entry, reduce errors, or make it easier to analyze data. In this article, we'll show you how to combine cells in Excel using various methods, including formulas, functions, and formatting options.
Why Combine Cells in Excel?
There are several reasons why you might want to combine cells in Excel:
- To simplify data entry: By combining cells, you can reduce the number of cells you need to enter data into, making it easier and faster to collect data.
- To reduce errors: When you combine cells, you can avoid entering data into multiple cells, which reduces the risk of errors and inconsistencies.
- To make data analysis easier: Combining cells can make it easier to analyze data, as you can view all the relevant information in a single cell.
- To improve data visualization: Combining cells can help you to create more effective charts and graphs, as you can view all the data in a single cell.
Method 1: Using the ampersand (&) Operator
The ampersand operator is a simple way to combine two cells in Excel. To use this method, follow these steps:

1. Select the cell where you want to combine the cells.
2. Type the ampersand operator (&) followed by the reference to the first cell you want to combine.
3. Type another ampersand operator (&) followed by the reference to the second cell you want to combine.

4. Press Enter to complete the formula.
For example, if you want to combine cells A1 and A2, your formula would look like this: =A1&A2.
Method 2: Using the CONCATENATE Function
The CONCATENATE function is another way to combine two cells in Excel. To use this method, follow these steps:
1. Select the cell where you want to combine the cells.
2. Type =CONCATENATE(
3. Select the first cell you want to combine.
4. Select the second cell you want to combine.
5. Close the parentheses and press Enter to complete the formula.
For example, if you want to combine cells A1 and A2, your formula would look like this: =CONCATENATE(A1,A2).
Method 3: Using the TEXTJOIN Function (Excel 2019 and Later)
The TEXTJOIN function is a new function in Excel 2019 and later versions that allows you to combine multiple cells into a single cell. To use this method, follow these steps:
1. Select the cell where you want to combine the cells.
2. Type =TEXTJOIN(
3. Select the delimiter you want to use (such as a space or a comma).
4. Select the cells you want to combine.
5. Close the parentheses and press Enter to complete the formula.
For example, if you want to combine cells A1, A2, and A3, your formula would look like this: =TEXTJOIN(", ", TRUE, A1:A3).
Tips and Best Practices
Here are some tips and best practices to keep in mind when combining cells in Excel:
- Use the ampersand operator (&) for simple combinations, but use the CONCATENATE function or TEXTJOIN function for more complex combinations.
- Use a delimiter to separate the cells, such as a space or a comma.
- Make sure to adjust the formatting of the combined cell to match the formatting of the individual cells.
- Use the TEXTJOIN function instead of CONCATENATE function when working with multiple cells.
Conclusion
Combining cells in Excel is a useful technique that can help you to simplify data entry, reduce errors, and make data analysis easier. In this article, we've shown you three methods for combining cells, including using the ampersand operator, the CONCATENATE function, and the TEXTJOIN function. By following these steps and tips, you can combine cells like a pro and take your Excel skills to the next level.