I have the task of creating a simple Excel sheet that takes an unspecified number of rows in Column A like this:
1234
123461
123151
11321
And make them into a comma-separated list in another cell that the user can easily copy and paste into another program like so:
1234,123461,123151,11321
What is the easiest way to do this?
