
- MS Excel Basics
- Excel - Home
- Excel - Getting Started
- Excel - Explore Window
- Excel - Backstage
- Excel - Entering Values
- Excel - Move Around
- Excel - Save Workbook
- Excel - Create Worksheet
- Excel - Copy Worksheet
- Excel - Hiding Worksheet
- Excel - Delete Worksheet
- Excel - Close Workbook
- Excel - Open Workbook
- Excel - Context Help
- Editing Worksheet
- Excel - Insert Data
- Excel - Select Data
- Excel - Delete Data
- Excel - Move Data
- Excel - Rows & Columns
- Excel - Copy & Paste
- Excel - Find & Replace
- Excel - Spell Check
- Excel - Zoom In-Out
- Excel - Special Symbols
- Excel - Insert Comments
- Excel - Add Text Box
- Excel - Undo Changes
- Formatting Cells
- Excel - Setting Cell Type
- Excel - Setting Fonts
- Excel - Text Decoration
- Excel - Rotate Cells
- Excel - Setting Colors
- Excel - Text Alignments
- Excel - Merge & Wrap
- Excel - Borders and Shades
- Excel - Apply Formatting
- Formatting Worksheets
- Excel - Sheet Options
- Excel - Adjust Margins
- Excel - Page Orientation
- Excel - Header and Footer
- Excel - Insert Page Breaks
- Excel - Set Background
- Excel - Freeze Panes
- Excel - Conditional Format
- Working with Formula
- Excel - Creating Formulas
- Excel - Copying Formulas
- Excel - Formula Reference
- Excel - Using Functions
- Excel - Builtin Functions
- Advanced Operations
- Excel - Data Filtering
- Excel - Data Sorting
- Excel - Using Ranges
- Excel - Data Validation
- Excel - Using Styles
- Excel - Using Themes
- Excel - Using Templates
- Excel - Using Macros
- Excel - Adding Graphics
- Excel - Cross Referencing
- Excel - Printing Worksheets
- Excel - Email Workbooks
- Excel- Translate Worksheet
- Excel - Workbook Security
- Excel - Data Tables
- Excel - Pivot Tables
- Excel - Simple Charts
- Excel - Pivot Charts
- Excel - Keyboard Shortcuts
- MS Excel Resources
- Excel - Quick Guide
- Excel - Useful Resources
- Excel - Discussion
How To Add Text Cells Together Into One Cell In Excel?
When we have two separate columns in an Excel sheet which are to be combined, you don't have to create a new column and enter the whole data again. In this tutorial, we will show you two different ways to combine text cells together into one cell. You can either used the Ampersand symbol (&) or the CONCAT function for this purpose.
We will take a simple example to demonstrate how it is done. We will take to columns that would contain the "first name" and "last name" of a set of people. Then, we will create a new column to show the full names of those people. Essentially we will combine the text of the first two columns to create a third column.
Adding The Text Cells Together Using The Ampersand Symbol
The ampersand symbol is mostly used for combining two or more objects or columns.
Step 1
Create an Excel sheet and insert data (first name and last name) under two columns, as shown here −

Step 2
Enter the formula (=address of first text box& " " &address of second box) in the formula box after clicking on the text cell where you want to display the result.
In our case it will be (=A2&" "&B2) in the formula box after clicking the text cell "C2".
Press the "Enter" button to get the first result.

Step 3
After getting the first result, we can get all the other results just by dragging down from the right corner of the cell where the first result is present. The final output will appear as shown in the following screenshot −

Adding The Text Cells Together Using The CONCAT Function
We can also use the CONCAT function instead of using the ampersand symbol. Let's find out how.
Step 1
Let's use the same Excel sheet with two columns showing the first and last names of a set of people.

Step 2
In the formula box, enter the formula "=CONCAT (address of first data, address of second data)" after clicking the text cell where you want to display the result.
In our case, the formula will be "=CONCAT(A2, B2)". Press the "Enter" button to get the first result, as shown below −

Step 3
To get the final result, drag from the right corner of the cell where the first result is present.

Conclusion
In this tutorial, we used a simple example to demonstrate how you can add text cells together into one cell in Excel in two different ways.
- Related Articles
- How to Add Words/Texts from Different Cells Together in Excel?
- Add text and number into specified position of cell in Excel
- How to Convert One Cell to Multiple Cells/Rows in Excel?
- How to Add Text in the Middle of Selected Cells in Excel?
- How to Append Text from One Cell to Another in Excel?
- How to add comma at the end of cell/text in Excel?
- How to add 1 to a specified cell if the cell contains certain text in Excel
- How to Add Text at the Beginning or End of All Cells in Excel?
- How to Add Units to Cells in Excel?
- How to add one or more header cells a cell is related to in HTML?
- How to add borders automatically to cells in Excel?
- How to border cells based on cell values in Excel?
- How to Convert Text in Text Box to Cell Content in Excel?
- How to center text across multiple cells in Excel?
- How to Convert HTML to Text in Cells in Excel?
