Forum Discussion

kyledupic's avatar
kyledupic
Copper Contributor
Mar 17, 2023

Return value if multiple DIFFERENT cells contain specific text (NOT range)

In the attached picture, I would like to create a formula that looks at different cells (not a range of cells that is continuous) to tell if all of them say 1.    For example, did all the players o...
  • OliverScheurich's avatar
    Mar 17, 2023

    kyledupic 

    =N(COUNTIF($C$2:$C$24,F8)=COUNTIFS($C$2:$C$24,F8,$D$2:$D$24,1))

    You can try this formula.

     

Resources