View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brad Brad is offline
external usenet poster
 
Posts: 846
Default Indirect alternative

Using Excel 2007 (with compatibility with 2003)

Currently using the following function (a multitude of times)

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

Where Model_info!$E$25 - will be different sheet names.

What alternatives do I have?