I want to use the JOIN formula in Google Spreadsheets to transform all values in one column into a list, with , around each value.
Has anyone used this formula before? The only information I can find is the Google documentation—which describes it as =JOIN( delim, array_1, ...)—however, I don't understand what delim and array_1 refer to.