Put values in unique column

I have more columns (more or less 600) and every column have 650 integer values.
For a particular analysis I would need to sequence them from the first column onwards and obtain a single column of over 360000 records. How could I do?

@pollyste you could combine transpose and loops. Maybe you could provide us with a sample file.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.