=IFERROR(VLOOKUP(A8,INDIRECT('COLLECTIONS '! '"&$N3&"'!"'&"$D:$V"),8,FALSE),0) This one does not work
=IFERROR(VLOOKUP($C3,INDIRECT("'"&$N3&"'!"&"$D:$V"),8,FALSE),0) This one works fine
I am trying to get the same data to pull into another sheet - is it not possible to have the indirect table on a different worksheet or is my syntax wrong - I'm also wondering if an index, match might work better than a vlookup. Thanks in advance for any help.
=IFERROR(VLOOKUP($C3,INDIRECT("'"&$N3&"'!"&"$D:$V"),8,FALSE),0) This one works fine
I am trying to get the same data to pull into another sheet - is it not possible to have the indirect table on a different worksheet or is my syntax wrong - I'm also wondering if an index, match might work better than a vlookup. Thanks in advance for any help.