Forum Discussion

Kelly O'Riley's avatar
Kelly O'Riley
Copper Contributor
Feb 20, 2018

Need help with a formula that matches multiple criteria contained in 4 separate columns/cell

I'm working on the same spreadsheet from over the weekend.  This time I'm trying to come up with a single formula in cell I7, that can be copied down, to capture the following 4 criteria, with prefer...
  • SergeiBaklan's avatar
    SergeiBaklan
    Feb 20, 2018

    Hi Kelly,

     

    Sorry, it was misprint in second COUNTIF, the formula is

    =IF(OR(OR(ISBLANK($A7),ISNUMBER(SEARCH("no match",$B$2))),OR(ISBLANK($H7),ISNUMBER(SEARCH("no match",$J$2))),COUNTIF(H:H,A7)=0,COUNTIF(A:A,H7)=0),0,"match")

    and in attached. In row 36 is 0 since A36 is empty.

Resources