Forum Discussion

wanalearn's avatar
wanalearn
Brass Contributor
Sep 13, 2022
Solved

Iindex Match formula looking up from two tables

I want to do this index match formula see attached

I am trying to get the matching value from the two tables in sheet 2 into sheet1 ''cell n4'' based on "cell j1" and "cell M4" this is how i did it 

=INDEX(Sheet2!B3:R88,MATCH(M4,Sheet2!A3:A88,0),MATCH(J1,Sheet2!B2:R2,0))

my question

How do I get it from the other table as well

Resources