I have a couple hundred of cells in Excel I would like to concatenate into a single string. Is there a simpler method of doing this than going through them one by one manual
If you have Excel 2016, you can use an array formula:
Enter
=concat(a1:a255)
into the cell, then press
[ctrl]+[shift]+[enter]