Hi,
My question, how can I make the Table_array in VLOOKUP function dynamic?
Example:
for this formula in Cell A1
=VLOOKUP($E$2,Sheet1!$C$2:$M$7,2,FALSE)
Cell A2
=VLOOKUP($E$2,Sheet1!$C$8:$M$13,2,FALSE)
Cell A3
=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 A2, and the number 14 and 19 in Cell A3??
My question, how can I make the Table_array in VLOOKUP function dynamic?
Example:
for this formula in Cell A1
=VLOOKUP($E$2,Sheet1!$C$2:$M$7,2,FALSE)
Cell A2
=VLOOKUP($E$2,Sheet1!$C$8:$M$13,2,FALSE)
Cell A3
=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 A2, and the number 14 and 19 in Cell A3??