Hello
I'm trying to create a sort of dashboard, and I'm looking to transpose certain columns to a different set of rows while maintaining links to the original table.
My question is masterfully answered in this post http://bit.ly/UzsUmr, however I cannot get it to work for the opposite ie columns to rows instead of rows to columns.
Anybody know how I could tweek the formula? Or a different solution?
The tables below show what Im trying to do: the Ys As and Cs are linked between the first and second table.
[pre]
[/pre]
Many many thanks in advance,
I'm trying to create a sort of dashboard, and I'm looking to transpose certain columns to a different set of rows while maintaining links to the original table.
My question is masterfully answered in this post http://bit.ly/UzsUmr, however I cannot get it to work for the opposite ie columns to rows instead of rows to columns.
Anybody know how I could tweek the formula? Or a different solution?
The tables below show what Im trying to do: the Ys As and Cs are linked between the first and second table.
[pre]
Code:
X Y Z A B C
X1 Y1 Z1 A1 B1 C1
X2 Y2 Z2 A2 B2 C2
X3 Y3 Z3 A3 B3 C3
X4 Y4 Z4 A4 B4 C4
X5 Y5 Z5 A5 B5 C5
X6 Y6 Z6 A6 B6 C6
X7 Y7 Z7 A7 B7 C7
X8 Y8 Z8 A8 B8 C8
X9 Y9 Z9 A9 B9 C9
X10 Y10 Z10 A10 B10 C10
Y Y1 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 Y10
A A1 A2 A3 A4 A5 A6 A7 A8 A9 A10
C C1 C2 C3 C4 C5 C6 C7 C8 C9 C10
Many many thanks in advance,