Instead of designating my lookup array with something such as
$A$10:$BA$10 in a particular cell, as part of an INDEX & MATCH combination (e.g., =VLOOKUP($A2,'Current Month'!$A$11:$BA$113,MATCH($A$1&" n",'Current Month'!$A$10:$BA$10,0),FALSE), I would like to be able to specify part of this with a formula, e.g. substitute =MATCH("QUESTION",'Current Month'!A:A,0) FOR $10 above, which might give me a complete formula something like:
=VLOOKUP($A2,'Current Month'!$A$11:$BA$113,MATCH($A$1&" n",'Current Month'!$A&MATCH("QUESTION",'Current Month'!A:A,0):$B&MATCH("QUESTION",'Current Month'!A:A,0),0),FALSE)
---of course, this syntax will not work but I hope it illustrates that what I am looking for is something like a dynamic range...
$A$10:$BA$10 in a particular cell, as part of an INDEX & MATCH combination (e.g., =VLOOKUP($A2,'Current Month'!$A$11:$BA$113,MATCH($A$1&" n",'Current Month'!$A$10:$BA$10,0),FALSE), I would like to be able to specify part of this with a formula, e.g. substitute =MATCH("QUESTION",'Current Month'!A:A,0) FOR $10 above, which might give me a complete formula something like:
=VLOOKUP($A2,'Current Month'!$A$11:$BA$113,MATCH($A$1&" n",'Current Month'!$A&MATCH("QUESTION",'Current Month'!A:A,0):$B&MATCH("QUESTION",'Current Month'!A:A,0),0),FALSE)
---of course, this syntax will not work but I hope it illustrates that what I am looking for is something like a dynamic range...