KutoolsforOffice — One Suite. Five Tools. Get More Done.

How to Join Text from Multiple Cells into One Cell in Excel

AuthorXiaoyangLast modified

If your worksheet contains names, addresses, product labels, or other text split across multiple cells, you may need to combine them into one cell. For example, joining first name and last name, or combining city, state, and ZIP code into a complete address.

Text joined with a hyphen in Excel

Excel offers several easy ways to do this. You can use formulas to return a combined result, use Kutools Formula Helper if you do not want to remember formulas, or use a merge-style tool that combines the original cell contents without losing data.


Join Text from Multiple Cells with Formulas

Formulas are the most common way to join text in Excel. They keep the original cells unchanged and return the combined text in another cell. Depending on your Excel version and whether you need to ignore blank cells, you can use one of the following methods.

Use TEXTJOIN Function (Excel 2019 and later, and Microsoft 365)

The TEXTJOIN function is the most flexible formula for joining text from multiple cells. It lets you set a delimiter once and can ignore blank cells automatically.

Supported Versions:

TEXTJOIN is available in Excel 2019 and later, as well as Microsoft 365.

  1. Select a blank cell where you want to place the joined result.
  2. Enter the following formula:
    =TEXTJOIN("-",TRUE,A2:C2)
  3. Press Enter to get the result.
  4. Drag the fill handle down to apply the formula to other rows.
Using the TEXTJOIN function in Excel to combine columns

Note:

  • In this formula, "-" is the delimiter, TRUE tells Excel to ignore blank cells, and A2:C2 is the range to join. You can replace the hyphen with a space, comma, slash, or any delimiter you need.
  • If you need to use different separators between different cells, the CONCAT function is a better choice.

Use CONCAT Function (Excel 2016 and later, and Microsoft 365)

The CONCAT function is another way to combine text from multiple cells into one cell. It is the modern replacement for the older CONCATENATE function and can also work with cell ranges.

Supported Versions:

CONCAT is available in Excel 2016 and later, as well as Microsoft 365. For earlier versions, use CONCATENATE instead, which works in a similar way.

  1. Select a blank cell for the result.
  2. Enter this formula:
    =CONCAT(A2,", ",B2,"-",C2)
  3. Press Enter.
  4. Drag the fill handle down if you need to apply the formula to more rows.
Using the CONCAT function in Excel to combine columns

Note:

  • In this formula, A2, B2, and C2 are the cells to join. The ", " adds a comma and space after A2, and the "-" adds a hyphen between B2 and C2. You can change these delimiters as needed.
  • CONCAT is useful when you need to use different separators between different cells, but you must enter each separator manually. If you need to combine many columns with the same separator, TEXTJOIN is usually easier because you only need to enter the separator once.

Use the & Operator (Works in All Excel Versions)

The & operator is a simple way to join text when you only need to combine a few cells. It works in almost all Excel versions.

  1. Select a blank cell.
  2. Enter this formula:
    =A2&"-"&B2&"-"&C2
  3. Press Enter.
  4. Drag the fill handle down if needed.
Using the & Operator in Excel to combine columns

Note:

When using the & operator, you need to enter each cell reference and delimiter manually. You can replace the delimiters with a space, comma, hyphen, slash, or other characters as needed. This method is simple for a few cells, but the formula can become long if you need to join many cells.


Join Text from Multiple Cells with Formula Helper

If you do not want to remember or write formulas yourself, you can use the Formula Helper feature in Kutools for Excel. It helps you build the joining formula by selecting cells and entering the delimiter in a dialog box.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Integrated with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...
  1. Select a blank cell where you want to output the joined text.
  2. Click Kutools > Formula Helper > Text > Join cell values with delimiter.
  3. In the Formulas Helper dialog box, select the cells you want to join, then enter the delimiter you need.
  4. Click OK to insert the formula and return the result.
    Formulas Helper dialog box

Result

After clicking OK, Kutools will generate the formula for you and return the combined result in the selected cell. You can then copy the formula down to apply it to other rows.

Using the TEXTJOIN function in Excel to combine columns

Note:

This method uses the TEXTJOIN formula, so it requires Excel 2019 and later, as well as Microsoft 365.


Join Text from Multiple Cells by Merging Original Values

To join text without placing a formula in a separate result cell, you can use the Combine Rows, Columns or Cells without Losing Data feature in Kutools for Excel. It combines the selected cell values directly, similar to merging cells, but keeps all original text instead of discarding everything except the upper-left cell value.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Integrated with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...
  1. Select the cells or range you want to join. You can select multiple rows or columns and combine each row, each column, or the entire range at once.
  2. Click Kutools > Merge & Split > Combine Rows, Columns or Cells without Losing Data.
  3. In the dialog box, choose how to combine the selected cells, such as by rows, by columns, or into one single cell.
  4. Specify the delimiter you want to use.
  5. Choose where to place the combined result and how to handle the original cells.
    Combine Rows, Columns or Cells and Keep Values dialog box
  6. Click OK or Apply.

Result

After applying the settings, the selected text values will be joined according to your chosen delimiter and output option.

Values merged by row with a hyphen as delimiter

Note:

This method combines the original cell contents directly instead of returning a formula result. If you may need to recalculate or update the joined text later when source data changes, using a formula method such as TEXTJOIN may be a better choice.

Kutools for Excel - Supercharge Excel with over 300 essential tools, making your work faster and easier, and take advantage of AI features for smarter data processing and productivity. Get It Now


Which Method Should You Use?

MethodBest forThings to know
TEXTJOINJoining many cells with the same delimiterRequires Excel 2019 and later, or Microsoft 365
CONCATUsing different delimiters between different cells or rangesYou need to enter each cell reference and delimiter manually
& operatorQuickly joining a few cells in a simple formulaWorks in almost all Excel versions, but can become long with many cells
Kutools Formula HelperCreating the formula without remembering the syntaxUses TEXTJOIN, so it requires Excel 2019 and later, or Microsoft 365 Download
Kutools Combine featureJoining original values directly without using a formula elsewhereBetter for final results, not dynamic updates Download

Conclusion

Joining text from multiple cells in Excel can be done in different ways depending on your needs. If you are using Excel 2019 or later, or Microsoft 365, TEXTJOIN is usually the best choice because it can use one delimiter and skip blank cells automatically. If you need more control over each part of the result, CONCAT or the & operator can also work well. For users who do not want to remember or write formulas, Kutools Formula Helper can generate the formula directly.

If you want to combine the original values without using a formula in another cell, the Kutools Combine feature is a practical merge-without-losing-data option.

I hope you found this tutorial helpful. If you’d like to explore more Excel tips and practical solutions, please click here to browse our full collection of Excel tutorials.

How to join text from different cells into one cell in Excel?

If you have text spread across multiple cells and want to combine it into one cell, Excel offers simple solutions to accomplish this. You can use the CONCATENATE function to merge text into a single destination cell or opt for advanced tools like Kutools for Excel for more flexibility. This article provides step-by-step methods to handle this task efficiently.

A screenshot showing multiple cells with text to be merged into one cell in Excel

Join text from different cells into one with formulas

Join text from different cells into one with Kutools for Excel


arrow blue right bubble Join text from different cells into one with formulas

Applying the Concatenate function to join the different cell contents, please do as follows:

1. Enter this formula: =CONCATENATE(A2,"-",B2,"-",C2) into a blank cell next to your data, see screenshot:

A screenshot showing the CONCATENATE formula to merge text from different cells in Excel

2. Then drag the fill handle down to the cells that you want to join, and the different cells have been merged into one cell by the separator “-”, see screenshot:

A screenshot showing the result of merging text from different cells using CONCATENATE in Excel

Note: If there are more cells needed to be merged together, please join the cell references as this: =CONCATENATE(A2,"-",B2,"-",C2, "-",D2,"-",E2,...), and you can replace the “-” separator in the formula with any character you prefer.


arrow blue right bubble Join text from different cells into one with Kutools for Excel

Kutools for Excel contains a powerful tool - Combine Rows, Columns or Cells without Losing Data. With this utility, you can quickly merge multiple rows, columns, or ranges of cells into one cell using a separator of your choice.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Integrated with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...

1. Select the text range that you want to join together.

2. Then click Kutools > Merge & SplitCombine Rows, Columns or Cells without Losing Data, see screenshot:

A screenshot showing the Combine Rows, Columns, or Cells option in Kutools tab in Excel

3. In the Combine Columns or Rows dialog box, please do as follows:

(1) Choose one option that you want to join the text based on, you can join cells based on rows, columns or range or just combine all to one single cell;

(2) Specify a separator for your combined data as you need;

(3) Select a location to put the combined result;

(4) At last, choose the option to deal with the combined cells. You can keep or delete contents from those combined cells, and you can also merge those combined cells.

A screenshot of the Combine Columns or Rows dialog box with options to join text

4. After finishing the above settings, click Ok or Apply button, and all the selected text will be combined according to your settings. See screenshot:

A screenshot showing the result of merging text using Kutools

Kutools for Excel - Supercharge Excel with over 300 essential tools, making your work faster and easier, and take advantage of AI features for smarter data processing and productivity. Get It Now


Demo: Join text from different cells into one cell in Excel

 
Kutools for Excel: Over 300 handy tools at your fingertips! Enjoy AI-powered features for smarter and faster work! Download Now!

Best Office Productivity Tools

🤖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 Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create 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 Ranges & Columns ...
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 Cells, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!

All Kutools add-ins. One installer

Kutools for Office suite bundles add-ins for Excel, Word, Outlook & PowerPoint plus Office Tab Pro, which is ideal for teams working across Office apps.

ExcelWordOutlookTabsPowerPoint
  • All-in-one suite — Excel, Word, Outlook & PowerPoint add-ins + Office Tab Pro
  • One installer, one license — set up in minutes (MSI-ready)
  • Works better together — streamlined productivity across Office apps
  • 30-day full-featured trial — no registration, no credit card
  • Best value — save vs buying individual add-in