Indirect alternatives

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

Using XL 2007 with 2003 compatibility

The below equation works - but are there better alternatives>

=INDIRECT(Model_info!$E$25&"!R"&ROW()&"C"&COLUMN(),FALSE)
 
Hi Brad

If in Model_info!E25 you enter something like Sheet3!$!:$65536, rather than
just a sheet name, then you can use

=INDEX(INDIRECT(Sheet2!$E$30),ROW(),COLUMN())
 

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

Similar Threads


Back
Top