View Single Post
  #4   Report Post  
Domenic
 
Posts: n/a
Default


Try...

L1, copied down:

=IF(ROWS($L$1:L1)<=COUNTA(RANGE),INDEX(RANGE,ROWS( $L$1:L1)),"")

Hope this helps!

paris3 Wrote:
I did a search, but came up empty.

Assume I have a dynamic named range called "RANGE" that starts at A1.
As I add to A2, A3, the named range increases. That's the easy part.

Now I want to have cells elsewhere on the sheet refer to the contents
of the named range.

Say I want to have L1 display A1, L2 display A2, etc. In effect, I
want the L column to mirror A. How can I get this to happen
dynamically, so that if I have three items in RANGE, then the new cell
range is three cells tall, etc.... and if I add to column A, it
automatically is reflected in column L.

I suspect I have to use OFFSET with the named range, but I'm lost as to
how to apply that logic.

Thanks in advance.



--
Domenic
------------------------------------------------------------------------
Domenic's Profile: http://www.excelforum.com/member.php...o&userid=10785
View this thread: http://www.excelforum.com/showthread...hreadid=381412