S
sonic-the-mouse
Biff
thank you for taking the time to write out the explanation of the
formula, some of it made sense to my limited knowledge.
=VLOOKUP(C10,INDIRECT("'"&INDEX(SheetList,MATCH(TRUE,COUNTIF(INDIRECT("'"&SheetList&"'!A2:A999"),C10)0,0))&"'!A:Z"),15,0)
I input the above formula as an array and excel offered to correct it
as below
=VLOOKUP(C10,INDIRECT("'"&INDEX(SheetList,MATCH(TRUE,COUNTIF(INDIRECT("'"&SheetList&"'!A2:A999"),C10)*0,0))&"'!A:Z"),15,0)
adding in the * near the add. Having accepted this the formula returns
#N/A
even though I have added data into the worksheets and asked to look up
something I know is there.
I know #N/A means that the formula cannot find the referenced data,
does this mean that I have entered the names of the monthly worksheets
wrong
(I tried entering them, by typing, as 'Jan'!, 'Feb'!, 'Mar'! etc). Is
there another way of entering the names of the worksheets?
Sorry about this but it is so frustrating as it appears so close to
completion
thanks again for any help
thank you for taking the time to write out the explanation of the
formula, some of it made sense to my limited knowledge.
=VLOOKUP(C10,INDIRECT("'"&INDEX(SheetList,MATCH(TRUE,COUNTIF(INDIRECT("'"&SheetList&"'!A2:A999"),C10)0,0))&"'!A:Z"),15,0)
I input the above formula as an array and excel offered to correct it
as below
=VLOOKUP(C10,INDIRECT("'"&INDEX(SheetList,MATCH(TRUE,COUNTIF(INDIRECT("'"&SheetList&"'!A2:A999"),C10)*0,0))&"'!A:Z"),15,0)
adding in the * near the add. Having accepted this the formula returns
#N/A
even though I have added data into the worksheets and asked to look up
something I know is there.
I know #N/A means that the formula cannot find the referenced data,
does this mean that I have entered the names of the monthly worksheets
wrong
(I tried entering them, by typing, as 'Jan'!, 'Feb'!, 'Mar'! etc). Is
there another way of entering the names of the worksheets?
Sorry about this but it is so frustrating as it appears so close to
completion
thanks again for any help