I have a general question about referencing another sheet transposed.
I know how to reference Sheet1 using =$Sheet1.A1, but I need to transpose on Sheet2… dragging the box will give me the same as Sheet1.
I think I need something that will do this: $Sheet1.A1 … B1 … C1 … D1 (dragging down on Sheet2)
$Sheet2.A2 … B2 … C2 … D2 (dragging down on Sheet2)
Sheet1
one two three four
1 2 3 4
Sheet2
one 1
two 2
three 3
four 4
I hope you all understand what I am trying to accomplish!
Thanks for helping out!