Hi. I am working with a single column of let's say 100 rows of numeric data which I need to convert into a 10x10 matrix, in the following way: row 1 to 10 to the first matrix column row 11 to 20 to the second matrix column row 21 to 30 to the third matrix column and so on. Any help will be welcome! (The true column data is very long 1 x 10^7 rows, and the real matrix will be 20000 x 500, so I need some automatic option.) Regards!