Hi All,
I'm interested to know whether there's a way to trick Excel when working with a non-anchored (Column) dynamic Named Range.
I can use the following formula as a Named Range in Sheet1:
=OFFSET(O$2,1,0,ROWCOUNT,1)
And when I refer to it in Sheet2, the O$2 part will change depending on the Column I am in, i.e. if I move to Column B on Sheet2, the Named Range will be as such:
=OFFSET(B$2,1,0,ROWCOUNT,1)
The problem I have is that the data in Sheet2 is in a different place to Sheet1, so I am picking up the wrong values when I use this Named Range in my formulas.
So I was wondering whether it's possible to "trick" Excel into thinking you're in a Column you're not actually in?
I wouldn't normally go down this route, but I am summing a matrix of data and the array formulas that are currently doing the job are slowing things down to a snail's place.
I'm open to any suggestions people have...
Thanks,
Matty
I'm interested to know whether there's a way to trick Excel when working with a non-anchored (Column) dynamic Named Range.
I can use the following formula as a Named Range in Sheet1:
=OFFSET(O$2,1,0,ROWCOUNT,1)
And when I refer to it in Sheet2, the O$2 part will change depending on the Column I am in, i.e. if I move to Column B on Sheet2, the Named Range will be as such:
=OFFSET(B$2,1,0,ROWCOUNT,1)
The problem I have is that the data in Sheet2 is in a different place to Sheet1, so I am picking up the wrong values when I use this Named Range in my formulas.
So I was wondering whether it's possible to "trick" Excel into thinking you're in a Column you're not actually in?
I wouldn't normally go down this route, but I am summing a matrix of data and the array formulas that are currently doing the job are slowing things down to a snail's place.
I'm open to any suggestions people have...
Thanks,
Matty