Hi,
I'm trying to replicate a sumproduct formula in Power query editor within a custom column.
Previously used working formula:
=IF(SUMPRODUCT(($C$2:$C2=C2)*($E$2:$E2=E2))>1,0,1)
I know sumproduct isn't used in power query, and after searching the net have attempted to use SumX but this...