lekkermarc
New Member
- Joined
- Jan 3, 2015
- Messages
- 4
Hello,
I calculated the location of a cell (Acc!BB2). On my output sheet I want to drag the vertical data of this cell just by referring to the reference cell through an indirect function. However, when dragging I only receive the data where the reference cell was calculated but not of the location itself.
[TABLE="width: 500"]
<tbody>[TR]
[TD]cell reference[/TD]
[TD]formula[/TD]
[TD]output[/TD]
[/TR]
[TR]
[TD]Acc!BB2[/TD]
[TD]=indirect(a2)[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]#ref![/TD]
[TD]=indirect(a3)[/TD]
[TD]#ref![/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]....[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
How can I construct a formula that drags the reference of an indirect function but not of its location?
Many thanks,
I calculated the location of a cell (Acc!BB2). On my output sheet I want to drag the vertical data of this cell just by referring to the reference cell through an indirect function. However, when dragging I only receive the data where the reference cell was calculated but not of the location itself.
[TABLE="width: 500"]
<tbody>[TR]
[TD]cell reference[/TD]
[TD]formula[/TD]
[TD]output[/TD]
[/TR]
[TR]
[TD]Acc!BB2[/TD]
[TD]=indirect(a2)[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]#ref![/TD]
[TD]=indirect(a3)[/TD]
[TD]#ref![/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]....[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
How can I construct a formula that drags the reference of an indirect function but not of its location?
Many thanks,