Excel TEXTJOIN Function
The Excel TEXTJOIN function joins multiple values from a row, column or a range of cells with specific delimiter.
Syntax
=TEXTJOIN (delimiter, ignore_empty, text1, [text2], ...)
Arguments
Delimiter (Required): The separator that is inserted between each combined text;
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 to be joined;
[Text2],… (Optional): The additional texts to be joined.
Return Value
Concatenated text value
Function Notes
The TEXTJOIN is only available in Office 2019 and 365.
Examples
Join texts with certain delimiter ignoring or including empty cells
As the below screenshot shown, you want to join texts in different columns with comma and ignore or include all empty cells. Please do as follows.
Example 1: Join texts with comma ignoring empty cells
1. Select a blank cell (F3), copy the below formula into it to get the result.
=TEXTJOIN(", ",TRUE,B3:E3)
2. Keep the result cell selecting, and drag the Fill Handle to apply the formula to other cells.
Example 2: Join texts with comma including empty cells
Select a blank cell, copy the below formula into it and then drag the Fill Handle to apply the formula to other cells to get all concatenated texts including empty cells. See below screenshot:
=TEXTJOIN(", ",FALSE,B3:E3)
Related Functions
Excel SUBSTITUTE function
The Excel SUBSTITUTE function replaces text or characters within a text string with another text or characters..
Excel TEXT Function
The TEXT function converts a value to text with a specified format in Excel.
Excel TRIM Function
The Excel TRIM function removes all extra spaces from text string and only keeps single spaces between words.
Excel UPPER Function
The Excel UPPER function converts all letters of a given text to uppercase.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

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.
