A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello
I am V. Arya, Independent Advisor, to work with you on this issue. Use Textjoin function
=TEXTJOIN(", ",TRUE,A1:A5)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I convert column data to a comma-separated list in a single cell?
For example:
From this:
A B
1 168396
2 168444
3 168555
4 168567
5 168936
To this:
A B
1 168396,168444,168555,168567,168936
2
3
4
5
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hello
I am V. Arya, Independent Advisor, to work with you on this issue. Use Textjoin function
=TEXTJOIN(", ",TRUE,A1:A5)
Answer accepted by question author
Also, if you have Office 365 Excel then you can use TEXTJOIN()
and if you don't have then go to excel online and use TEXTJOIN() function and then copy-paste the data in your flile
You can convert rows to columns using the transpose option.
Simply copy it, right click, and hit the fourth button to the right under the paste options.
You can first use Transpose function and then use joint operator < &> for putting in single cell.
Else VBA Macro is required to get it done in single shot