
- 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 Append Text from One Cell to Another in Excel?
Consider the following scenario: we want to combine the text of multiple cells into a single cell. This is a very simple and commonly used method in Excel in order to perform activities in our day-to-day life usage of the program. This can be accomplished in two ways: by using the concatenation function or by inserting the "&" symbol between the cells. Read this tutorial to learn a simple process to add text from one cell to another in Excel.
Appending Text from One Cell to Another using Concat
Here we will use the CONCAT formula to get any one of the results, then use the autofill handle to get all the results. Let us look at a simple process to see how we can add text from one cell to another in Excel.
Step 1
Let's consider an Excel sheet where the data is similar to the data shown in the below image.

Step 2
Now, click on an empty box and enter the formula =CONCATENATE(A1, ", B1, ", C1, ", D1, ", E1) in the formula box and press enter to get the first result; we can also get all the other results by dragging down from the right corner until all the results are filled, and our result will look like the image below.

Appending Text from One Cell to Another using "&"
Here we will first get the first result using the & operation, then use the auto-fill handle to get all the results. Let us look at a simple process to see how we can add text from one cell to another in Excel.
Now, let us consider the same data which we used in the above. Now click on an empty box and enter the formula =A1&" "&B1&" "&C1&" "&D1&" "&E1 in the formula box and click on enter to get the first result. We can also get all the other results just by dragging down from the right corner till all the results are filled, and our result will look like the below screen shot shown below.

Conclusion
In this tutorial, we used a simple example to demonstrate how you can append or add text from one cell to another cell in Excel to highlight a particular set of data.
- Related Articles
- How to Copy Cell Format from One Cell (One Sheet) to Another Cell (Sheet) in Excel?
- How To Add Text Cells Together Into One Cell In Excel?
- C++ program to append content of one text file to another
- How to get or reference cell from another worksheet in Excel?
- How to Auto Copy and Paste Cell in the Current Sheet or From One Sheet to Another in Excel?
- How to Convert Text in Text Box to Cell Content in Excel?
- How to make Animate text from one TextView to another in Android?
- How to Automatically Link a Cell Color to Another in Excel?
- How to Copy Cell as Text Value Not Formula in Excel?
- How to add 1 to a specified cell if the cell contains certain text in Excel
- How to Convert One Cell to Multiple Cells/Rows in Excel?
- How to append text to a text file in C++?
- How to handle if cell contains a word, then put a text in another cell?
- Change the focus from one Text widget to another in Tkinter
- How to add comma at the end of cell/text in Excel?
