I have attempted to use the solution provided by CLR however using INDIRECT slows down my workbook and eventually causes it to freeze. Is there any workaround that doesn't use INDIRECT (which is a volatile function)?
I'm currently using it for quite a number of cells (we're looking at thousands), is there any substitute for it?
I have the following tabs:
001, 002, 003, Assessment Form 001, Assessment Form 002, Assessment Form 003
I would like the tab for Assessment Form 001 to perform a vlookup on the data available in 001; so on and so forth (eg. Assessment Form 002 vlookup from 002, Assessment Form 003 vlookup from 003).
So if the tab name for Assessment Form 001 contains 001, it should then vlookup to the tab which is 001, etc etc.


