Forum Discussion

Sabeel's avatar
Sabeel
Copper Contributor
Dec 18, 2019
Solved

Please Help to find the formula

 
  • Haytham Amairah's avatar
    Dec 18, 2019

    Sabeel

     

    Hi,

     

    Try one of these formulas:

    =IF(OR(ISNUMBER(MATCH(F3,$A$3:$A$9,0)),
    ISNUMBER(MATCH(G3,$B$3:$B$9,0)),
    ISNUMBER(MATCH(H3,$C$3:$C$9,0))),"done","")

     

    =IF(SUMPRODUCT(--(F3:H3=$A$3:$C$9)),"done","")

     

     

    Hope that helps

Resources