Search notes:

Excel function: TEXTJOIN

textjoins creates a string where the values of a list or range are separated by given specified character or string.
textjoin(delimiter, ignore_empty, text1, [text2], …)
textjoin is only available in Office 365.

Quoting values of text-joined range

In order to quote the values of the specified range, that is, to embed those values in apostrophes, the following formula can be used.
=textjoin( ",", false, """" & L2:N2 & """")

Using a range as separator

It's possible to specify a range that contains the values for the separator:

See also

Excel functions, especially the text and string related ones
Importing and displaying CSV data in Excel
Create comma separated values from a selected Range.
CSV

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1758194263, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Office/Excel/functions/text-related/textjoin(65): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78