Forum Discussion

PilarS325's avatar
PilarS325
Copper Contributor
Nov 10, 2022
Solved

Perform a index match groupping data and with a condition

I am going around in circles and I am looking for help.  the situation is:   Have the following data:   Data Otro A SI A No A No A No B si B si B si C No C ...
  • HansVogelaar's avatar
    Nov 10, 2022

    PilarS325 

    The formula in E2 is

     

    =IF(COUNTIFS($A$2:$A$12,D2,$B$2:$B$12,"no")=0,"Si","No")

     

    You'll have to adjust the ranges for your layout.

Resources