Can you have 2 indirects refernces in one formula??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For example...
=INDIRECT("'"&$C$3&"'!d4")

How can I have the user define the column (by replacing D)

$c$3 references the dropdown value (user preferred worksheet)

Thanks all!!!!
 
Simply extend it, like so:
=INDIRECT("'"&$C$3&"'!"&$D$3&"4")
where D3 would contain the "D"
 

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

Back
Top