Skip to main content

Move or combine multiple cell contents into one cell

This tutorial will talk about how to combine multiple cell contents into one single cell as below screenshot shown. In Excel, you can use the & symbol, CONCATENATE or TEXTJOIN function to solve this task quickly and easily.


Move or combine multiple cell contents into one with & symbol

By using the & symbol, you can join multiple cells into one cell, please apply the below formula into a blank cell:

=A2&" "&A3&" "&A4&" "&A5&" "&A6&" "&A7&" "&A8

Then, press Enter key, all of the specified cell contents have been merged into one cell, see screenshot:

Note: In the above formula: A2, A3, A4, A5, A6, A7 and A8 are the cells that you want to combine; “ ” is a space delimiter that separate the combined data, if you want to use other delimiters, you just need to replace the space string with other separator, such as “,”, “-” etc.


Move or combine multiple cell contents into one cell with CONCATENATE function

If there is long list of cells need to be merged, the above formula will be too long to type, here, I will introduce a simple formula which is created by CONCATENATE and TRANSPOSE functions.

1. Please apply the following formula into a blank cell where you want to put the result:

=CONCATENATE(TRANSPOSE(A2:A8)&",")

2. Then select the entire formula which inside the CONCATENATE function, and then press F9 key on the keyboard, this formula will be converted to an array, see screenshots:

3. And then, you should remove the curly brackets from the start and the end of the array, see screenshots:

4. After removing the curly brackets, please press Enter key directly, and all the cell contents have been merged into one cell, see screenshot:

You can also view the below demo to see the entire operation process:

Notes:

1. In the above formula, A2:A8 is the range of cells that you want to combine; “,” is a comma delimiter that separate the combined data, please change them to your need.

2. After finishing this formula, a comma will be displayed at the end of the last cell value, to remove this comma, you just need to double click the formula cell, and delete the comma after the last value.


Move or combine multiple cell contents into one with TEXTJOIN function

In Excel 2019 or Office 365, there is new TEXTJOIN function may help you to combine cell values from different cells into a single cell with ease.

The generic syntax of the TEXTJOIN is:

=TEXTJOIN(delimiter, ignore_empty, text1, [text2], …)
  • delimiter: (Required) A separator or character that is used to separate the combined data.
  • ignore_empty: (Required) Determine whether to ignore the empty cells, if TRUE, the empty cells will be ignored; if FALSE, the empty cells will be included.
  • text1: (Required) The first text or cell to be combined.
  • text2...: (Optional) The additional texts or cells to be combined.

Please enter or copy the following formula into a blank cell:

=TEXTJOIN("-",TRUE,A2:A8)

And then, press Enter key to get the result, see screenshot:

Note: In the above formula, A2:A8 is the range of cells that you want to combine; “-” is a hyphen delimiter that separate the combined data, please change them to your need.


Relative functions used:

  • CONCATENATE:
  • The Excel CONCATENATE function is used to join two or more text items from multiple cells into one.
  • TRANSPOSE:
  • The TRANSPOSE function rotates the orientation of a range or array. For example, it can rotate a table that arranged horizontally in rows to vertically in columns or vice versa.
  • TEXTJOIN:
  • The Excel TEXTJOIN function joins multiple values from a row, column or a range of cells with specific delimiter.

More articles:

  • Combine Cells With Line Break
  • In Excel, sometimes, you may want to combine cells into one cell with line break as below screenshot shown. Here, in this tutorial, it introduces two formulas to solve this task with examples.
  • Extract Nth Word From Text String In Excel
  • If you have a list of text strings or sentences, now, you want to extract the specific nth word from the list as below screenshot shown. This article, I will introduce some methods for solving this job in Excel.
  • Extract Text Between Parentheses From Text String
  • If there is part of the text surrounded with the parentheses within the text string, now, you need to extract all the text strings between the parentheses as following screenshot shown. How could you solve this task in Excel quickly and easily?
  • Find And Replace Multiple Values In Excel
  • Normally, the Find and Replace feature can help you to find a specific text and replace it with another one, but, sometimes, you may need to find and replace multiple values simultaneously. For example, to replace all “Excel” text to “Excel 2019”, “Outlook” to “Outlook2019” and so on as below screenshot shown. This article, I will introduce a formula for solving this task in Excel.

The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Description


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
Comments (1)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Life saver!! Thank you!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations