Hello Experts!
After reading through several blog posts suggesting that volatile functions should be used sparingly, I am trying to rebuild a workbook that uses indirect in a rather wanton fashion (250 times per sheet X 10 sheets). There is a sheet for each month of the year (named "January" etc, not using the month number), that has each property listed as columns. The indirect spreadsheets come into play when each property has its summary using the months as columns. The months are in row 5, the descriptions are in column A. I cannot use a table because I need blank lines for ease of reading. The formula that needs to be rewritten is =IFERROR(INDIRECT("'"&D$5&"'!$B"&MATCH($A8,INDIRECT("'"&D$5&"'!$A$1:$A$50"),0)&""),"")
I think I can use INDEX but can't quite get the right syntax worked out. Can you help? Thanks in advance!
Jenny
After reading through several blog posts suggesting that volatile functions should be used sparingly, I am trying to rebuild a workbook that uses indirect in a rather wanton fashion (250 times per sheet X 10 sheets). There is a sheet for each month of the year (named "January" etc, not using the month number), that has each property listed as columns. The indirect spreadsheets come into play when each property has its summary using the months as columns. The months are in row 5, the descriptions are in column A. I cannot use a table because I need blank lines for ease of reading. The formula that needs to be rewritten is =IFERROR(INDIRECT("'"&D$5&"'!$B"&MATCH($A8,INDIRECT("'"&D$5&"'!$A$1:$A$50"),0)&""),"")
I think I can use INDEX but can't quite get the right syntax worked out. Can you help? Thanks in advance!
Jenny