Hi,
My question, how can I make the Table_array in VLOOKUP function dynamic?
Example:
for this formula in Cell D19
=VLOOKUP($E$2,Sheet1!$C$2:$M$7,2,FALSE)
Cell D20
=VLOOKUP($E$2,Sheet1!$C$8:$M$13,2,FALSE)
Cell D21
=VLOOKUP($E$2,Sheet1!$C$14:$M$19,2,FALSE)
what is the formula that I can use to replace the numbers 8 and 13 in Cell D20, and the number 14 and 19 in Cell D21??
Bookmarks