StringJoin
=StringJoin(vector data; string separator; bool RemoveEmptyEntries) : string

Purpose
Returns concatenated string of a vector with an optional separator. Empty cells in a range can be ignored with the RemoveEmptyEntries set to True.
=StringJoin(vector data; string separator; bool RemoveEmptyEntries) : string

Returns concatenated string of a vector with an optional separator. Empty cells in a range can be ignored with the RemoveEmptyEntries set to True.
Get help with this function in the community →