I want all data from column "A" to single-cell "d5" with comma-separated.
Example: I have the following data in a sheet.
A1=john
A2=berry
A3=spartan
A4=sparrow
result i need is "john,berry,spartan,sparrow"
in cell "d5".
Also, it would be great if I can set the desired no of rows instead of all. like if required one than = "john" and if required three than = "john,berry,spartan"