I have data in three columns. I would like to take this data and create a matrix from this data.
So, data in columnA become column labels in matrix, data in ColumnB become row lables in matrix and data in columnC populates the matrix (crossection of columnA and ColumnB values).

I would prefer if this is done via macro/VBA but a formula will be fine too.

Thanks for help in advance.
Jay