Matrix transposing a table of data

I want to swap rows and columns of a table of data. It seems that MatrixTranspose would do the trick, but I do not know how to establish the table as a matrix. How do I do that?

Any help will be greatly appreciated.

Strange