I have many columns of data that need to be transposed into one column. I'll try to describe an example: A1:A10 has the value 5190 in each cell, B1:B10 has 5191 in each cell, C1:C10 has 5192 in each cell, and so forth. There are many, many columns like this that need to be transposed into one column so A1:A10 would be 5190, A11:A20 would be 5191, A21:A30 would be 5192, and so on. I'm struggling to find an efficient way to tackle this. I have tens of thousands of observations, so cutting and pasting is extremely tedious.
Any help is greatly appreciated. Thanks!
Bookmarks