Let's say "A1#" is a dynamic array that returns cell addresses from multiple worksheets. For example, it might return something like this...
Sheet1!Z9
Sheet8!Z9
Sheet14!Z9
Sheet26!Z9
Again, this is a dynamic array, so these addresses could vary at any given time.
I'm attempting to use the INDIRECT function with this array, i.e. "=INDIRECT(A1#)".
But when I attempt this, the function is returning an array of "#VALUE" errors, as opposed to returning the values from the cells being referenced.
What am I messing up here? Any help would be greatly appreciated.
Sheet1!Z9
Sheet8!Z9
Sheet14!Z9
Sheet26!Z9
Again, this is a dynamic array, so these addresses could vary at any given time.
I'm attempting to use the INDIRECT function with this array, i.e. "=INDIRECT(A1#)".
But when I attempt this, the function is returning an array of "#VALUE" errors, as opposed to returning the values from the cells being referenced.
What am I messing up here? Any help would be greatly appreciated.