TEXTJOIN (PQL - xl)
This function combines the text from multiple strings, and includes the specified delimiter between each text value
- Library: PQL \ Spreadsheet \ Text
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
TEXTJOIN(delimiter, ignore empty, text1, OPTIONAL text2)
Function Arguments
Name | Description | Type | Optional |
delimiter | Refers to a text string (either empty, or one or more characters inside double quotes) or a cell reference containing text value. If you pass a number in this argument, it will be recognized as text | String |
|
ignore empty | Accepts a boolean TRUE or FALSE. If this value is TRUE, it ignores empty cells | StringOrNumber |
|
text1 | Refers to a text string, or an array of strings to be joined | String |
|
text2 | Refers to the additional text strings to be joined | String | Y |
Comments
This function is the same as the Microsoft Excel 'TEXTJOIN' function - using the same inputs, logic and outputs.