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...