Forum Discussion
Florent_be
Jun 24, 2019Copper Contributor
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...
- Jun 24, 2019
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
SergeiBaklan
Jun 24, 2019Diamond Contributor
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
Florent_be
Jun 25, 2019Copper Contributor
Hello Sergei,
Thanks for your answer, that's exactly what I wanted!!!!
Again, thank you!!!!
Flo
- SergeiBaklanJun 25, 2019Diamond Contributor
Flo, you are welcome