String - SeparatedValues
Syntax: =SeparatedValues(Separator ,
Cells )
Description: Returns a string that
contains the values in the Cells given separated by the Separator
string.
Example: Suppose there are numbers in A1
to A10. We would like to show the numbers as a comma separated
list. =SeparatedValues("," , A1:A10)
|