What you seek is to transpose contents from a source col into a destination row
One way, in say Sheet1,
in B2: =INDEX(Sheet2!$A:$A,COLUMNS($A:A))
Copy B2 across as far as required. This links/returns the contents of
Sheet2's A1, A2, A3, etc in Sheet1's B2, B3, B4, etc. Joy? hit the YES below
--
Max
Singapore
---
"RRG" wrote:
> Can anyone help? I am trying to copy cells across a row using the fill handle
> that are referencing another sheet down a column. I am placing a "$" in front
> of the letter as to not change it, but since I am copying across, the number
> will not change. Is there any way to tell Excel that i want the number to
> advance as I copy across?
|