Forum Discussion

Florent_be's avatar
Florent_be
Copper Contributor
Jun 24, 2019
Solved

Excel: Combining IF and duplicate value

  Hello everyone,   First of all, I'm just starting with excel so my question will probably look very stupid or basic, and, in advance I apologize, but I'm really struggling and this excel w...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jun 24, 2019

    Florent_be 

    As a comment, that could be done without helper columns with formula rule for columns A and B as

    =SUMPRODUCT(--ISNUMBER(MATCH($A1&$B1,$D$1:$D$100&$E$1:$E$100,0)))*NOT(ISBLANK($A1))

    and similar for Team 2

     

Resources