Hi,
I'm trying to copy data from sheet2 into sheet1 using the following formula
='sheet2'!$A1
and then dragging the formula all the way to column Z. I want to keep Column A the same but have it automatically fill the series of A1, A2, A3, and so on but it doesn't do that. Instead it'll copy the same exact information and if I remove the "$" sign, it'll change to ='sheet2'!A1, ='sheet2'!B1, ='sheet2'!C1 and so on.
Any idea how I would be able to solve this?
what I want
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A2[/TD]
[TD]='sheet2'!$A3[/TD]
[TD]='sheet2'!$A4[/TD]
[TD]='sheet2'!$A5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
what's happening
[TABLE="width: 500"]
<tbody>[TR]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A1[/TD]
[/TR]
</tbody>[/TABLE]
Thanks!
I'm trying to copy data from sheet2 into sheet1 using the following formula
='sheet2'!$A1
and then dragging the formula all the way to column Z. I want to keep Column A the same but have it automatically fill the series of A1, A2, A3, and so on but it doesn't do that. Instead it'll copy the same exact information and if I remove the "$" sign, it'll change to ='sheet2'!A1, ='sheet2'!B1, ='sheet2'!C1 and so on.
Any idea how I would be able to solve this?
what I want
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A2[/TD]
[TD]='sheet2'!$A3[/TD]
[TD]='sheet2'!$A4[/TD]
[TD]='sheet2'!$A5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
what's happening
[TABLE="width: 500"]
<tbody>[TR]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A1[/TD]
[TD]='sheet2'!$A1[/TD]
[/TR]
</tbody>[/TABLE]
Thanks!