Forum Discussion

harlequintp's avatar
harlequintp
Copper Contributor
Apr 12, 2019
Solved

Index Match with multiple criteria

Hi,   I am trying to do multiple checks in Excel 2010.  I want to look up a value and put it in a corresponding column.  When there is no match I want it to check the first reference table for the ...
  • SergeiBaklan's avatar
    Apr 12, 2019

    harlequintp , that could be

    =INDEX($C$2:$C$9,IF(ISNUMBER(G2),MATCH(G2,$A$2:$A$9,0),MATCH(1,INDEX((H2=$D$2:$D$9)*ISNUMBER(SEARCH(A2,$G$2:$G$9)),0 ),0)))