C
cmotes
Can someone tell me how to write a function that will:
(a) concatenate 1000 rows of data (into a single cell)
(b) delimit each of those rows with a ;
The "A1&";"&B1&..." method is painfully slow, even with copy paste.
Thank you.
(a) concatenate 1000 rows of data (into a single cell)
(b) delimit each of those rows with a ;
The "A1&";"&B1&..." method is painfully slow, even with copy paste.
Thank you.