I have a list of approximately 13000 entries in one column. I'd like to extract this entire column and put in to one cell and separate each cell with a comma.
If there was a small number of entries in this column I'd simply do the following formula: =A1&","&A2&","&A3,&","A4 etc but the sheer number of entries would take forever just to write the formula. Is there a quicker way?
See below example.
List of entries:
Desired outcome
If there was a small number of entries in this column I'd simply do the following formula: =A1&","&A2&","&A3,&","A4 etc but the sheer number of entries would take forever just to write the formula. Is there a quicker way?
See below example.
List of entries:
S0205105 |
S0205125 |
S0205264 |
S0205265 |
S0205274 |
Desired outcome
S0205105,S0205125,S0205264,S0205265,S0205274 |