View Single Post
  #1   Report Post  
jims
 
Posts: n/a
Default how to combine several columns into a single column

I have data in 50 columns and 30 rows.
I would like to know how to either copy or move the data in the next columns
to the next row of the previous column without using "copy and paste" because
there are too many columns and I think there is a better way to do this.

What I mean is that I want to have only one column combining all data from
50 different columns into one column.

So it looks like this after moving or copying the data from columns into one
column.

column A
------------
A1
....
A30
B1 ( data in the column B is now in the next row in the column A at the 31st
row)
....
B30
......
....
AX1 ( data in the column AX is now in the next row in the column A at the
1471st row)

....
Ax30



Thank you
Jim