Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined
=TEXTJOIN(delimiter, ignore_empty, text1, [text2], ...)
=TEXTJOIN(", ", TRUE, A1:A5)