TEXTJOIN
Text

Combines the text from multiple ranges with a delimiter

Syntax:

=TEXTJOIN(delimiter, ignore_empty, text1, [text2], ...)

Example:

=TEXTJOIN(", ", TRUE, A1:A5)