Hi Dennis,
I had a look at the transpose function and basically thats what i want to do..but with a whole table instead of just one coloumn.
I know i wasnt very clear, so heres an basic example of what i want to do.
The originial table looks like this:
A B C
1 2 3
1 2 3
1 2 3
but i want to change it to this:
A 1 1 1
B 2 2 2
C 3 3 3
without manually doing it by 'drag and drop'.
Is it possible to do this?
I hope this is clearer!!
Thanks again,
Tali