I have been racking my brain on this for weeks and got precisely no where so I wonder if any of you guys may be able to suggest something.
I have a complected spreadsheet using multiple pages with various formulas pulling all the data together.
I have simplified my problem here but on one page I need a group of cells to auto fill the series vertically but as a block.
It would almost be like copying a group of cells stacked on top of each other and then each time you pasted them the cell reference inside auto updates by one, so =A1 would become =A2 and so on.
I am going to try and insert a table here which should show things better than I am explaining..
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]'=A1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=B1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=C1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=D1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=A2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=B2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=C2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=D2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=A3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=B3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=C3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=D3[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So hopefully you see what I mean and I need to repeat this 200 times so a formula or some other trick I am missing would be great as it will take far too long to do this by hand?
Thanks everyone
I have a complected spreadsheet using multiple pages with various formulas pulling all the data together.
I have simplified my problem here but on one page I need a group of cells to auto fill the series vertically but as a block.
It would almost be like copying a group of cells stacked on top of each other and then each time you pasted them the cell reference inside auto updates by one, so =A1 would become =A2 and so on.
I am going to try and insert a table here which should show things better than I am explaining..
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]'=A1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=B1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=C1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=D1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=A2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=B2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=C2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=D2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=A3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=B3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=C3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]'=D3[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So hopefully you see what I mean and I need to repeat this 200 times so a formula or some other trick I am missing would be great as it will take far too long to do this by hand?
Thanks everyone