Combines the text from multiple given ranges or strings with a specified delimiter separating them.
Syntax
delimiter: A text string, either an empty one or that with one or two characters. E.g. ","
ignore_blank: If TRUE, the function excludes blank/empty cells. E.g. FALSE
Examples
Formula |
Result |
=TEXTJOIN(",";TRUE;"Apple";"Orange";A2) |
Apple,Orange,Grape |
=TEXTJOIN("-";FALSE;A2:A5) |
Grape-Apple--Orange |
=TEXTJOIN(" ";TRUE;"a";12;"b") |
a 12 b |
Possible Errors
Errors |
Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
Similar Functions
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.