This index/match works perfect:
=INDEX(Plan!AR:AR,MATCH(A:A,Plan!AR:AR,0)+1,1)
I am looking up a sku number in ColA that exists in ColAR, but it's always 1 row below ( hence the +1 ).
Next one that doesn't work for me:
I want to look up same exact sku(ColA) in ColAR, but then look for a different value that is +13 rows and 4 columns to the right.
=INDEX(Plan!AR:BF,MATCH(A:A,Plan!AR:AR,0)+21,4)
Again, the range that has both the lookup value and the answer is AR:BF.
Lookup value is in ColA, +21 rows, and 4 columns to the right
For reference:
CAN-09049 is in cell AR3, and the inventory is in BF24
=INDEX(Plan!AR:AR,MATCH(A:A,Plan!AR:AR,0)+1,1)
I am looking up a sku number in ColA that exists in ColAR, but it's always 1 row below ( hence the +1 ).
Next one that doesn't work for me:
I want to look up same exact sku(ColA) in ColAR, but then look for a different value that is +13 rows and 4 columns to the right.
=INDEX(Plan!AR:BF,MATCH(A:A,Plan!AR:AR,0)+21,4)
Again, the range that has both the lookup value and the answer is AR:BF.
Lookup value is in ColA, +21 rows, and 4 columns to the right
For reference:
CAN-09049 is in cell AR3, and the inventory is in BF24
Last edited: