evening all,
Hoping some kind person can help me out. I have created a drop down list in 'sheet1' (cell T4) and a variable in A2 that I am performing a VLOOKUP for inanother sheet. The sheet that the VLOOKUP is performed in depends on what is selected in the drop down list ie 'Sheet2', 'sheet3', etc
=VLOOKUP($A$2,INDIRECT("'"&T$4"'!A6:I16"),2,FALSE)
all is working well however, within 'sheet1', 'sheet2' etc I have named the range A6:I16 as 'FP'. I have another range A17:I27 named 'N_1' and a few others. This is so I can create another drop down list in T5 that will have the list 'FP', 'N_1' etc. Is it possible to have both the sheet and range defined dynamically in the INDIRECT function? If so how do I ammend the function above please?
hope that made sense
any help much appreciated
dave
Hoping some kind person can help me out. I have created a drop down list in 'sheet1' (cell T4) and a variable in A2 that I am performing a VLOOKUP for inanother sheet. The sheet that the VLOOKUP is performed in depends on what is selected in the drop down list ie 'Sheet2', 'sheet3', etc
=VLOOKUP($A$2,INDIRECT("'"&T$4"'!A6:I16"),2,FALSE)
all is working well however, within 'sheet1', 'sheet2' etc I have named the range A6:I16 as 'FP'. I have another range A17:I27 named 'N_1' and a few others. This is so I can create another drop down list in T5 that will have the list 'FP', 'N_1' etc. Is it possible to have both the sheet and range defined dynamically in the INDIRECT function? If so how do I ammend the function above please?
hope that made sense
any help much appreciated
dave