Forum Discussion

Sparky1825's avatar
Sparky1825
Copper Contributor
Jul 06, 2023

Formula / Logic Assistance

Hi all,   Hoping someone might be able to help me crack a challenge I've been working on and off on for several days. So my objective is to report on what I'll call 'Good' or 'Bad' data by text or ...
  • HansVogelaar's avatar
    Jul 06, 2023

    Sparky1825

    In F1:

     

    =IF(A1="", "", IF(COUNTIFS($B$1:$B$10000, A1, $C$1:$C$10000, "<>A")=0, "Good", "Bad"))

     

    Fill down as far as you want.

Resources