Hi,
Can anyone tell me why the Sumproduct formula returns a different result to the Countifs formula? The Countifs gives the correct result.
Thanks
=SUMPRODUCT((DataTable[Lowest Delta]>=$A8)*(DataTable[Result]="LOSER"))
=COUNTIFS(DataTable[Lowest Delta],">=" &$A8,DataTable[Result],"LOSER")
Can anyone tell me why the Sumproduct formula returns a different result to the Countifs formula? The Countifs gives the correct result.
Thanks
=SUMPRODUCT((DataTable[Lowest Delta]>=$A8)*(DataTable[Result]="LOSER"))
=COUNTIFS(DataTable[Lowest Delta],">=" &$A8,DataTable[Result],"LOSER")