Apologies if this is in the wrong forum...
But I require some assistance, I have been trying for the past several hours for a solution, but I seem to be missing something.
I am trying to create a VLOOKUP function which searches multiple sheets.
The VLOOKUP for the individual sheet is (this works pefectly):
=VLOOKUP(A479,'iWc 23-05-11'!$B$3:$N$30,13,FALSE)
However, I have 52 different Sheet names off which I want to search from. The layout/cells are exactly the same on each sheet, however the reference is unique.
I have searched the net and keep coming up with this function:
=VLOOKUP(A479,INDIRECT("'"&INDEX(A1:A52,MATCH(TRUE,COUNTIF(INDIRECT("'"&A1:A52&"'!B3:N30"),A479)>0,0))&"'! B3:N30"),13,0)
Basically, putting all the sheet names in a seperate sheet called 'INDEX'.
The above function does not return a value and seems to cause an error.
I hope I have explained everything clearly as to what im trying to acheive, Im hoping its something simple which I have missed.
The 52 sheets are weekly sheets for the year.
Your help would be truly grateful.
Regards
Matt
Bookmarks