Currently I have a number of values I am feeding into a table but the headings are along to top (columns). I sit possible to rotate the table so that all the headings are down the left side?
i.e.
Heading 1 Heading 2 Heading 3
Data 1 Data 2 Data 3
but I want
Heading 1 Data 1
Heading 2 Data 2
Heading 3 Data 3
thanks