Dynamic reference to another tab name

G

Guest

Currently I have a cell with this formula:
=A2 & !D6

Cell A2 contains the name of another tab in the same book and I wish to
display the value from cell D6 of that sheet. Clearly the above syntax is
incorrect but what should it be?

Thanks in advance.
 
G

Guest

I need this way of referencing to other sheets (TABs). I tried it and it
works BUT the D6 reference is no more changing when I copy it over a huge
range, for instance changing to D5, D4. Any medicine for this?

Morten

"Biff" skrev:
 
D

Don Guillett

This will still use the same sheet but a row down when copied down
=INDIRECT($A$2&"!"&"B"&ROW(A3))
 
G

Guest

If i understand the question correctly you need to hard referance D6 by
adding $'s.

=INDIRECT("'"&A2&"'!$D$6")

cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top