As shown in the picture, I want to automate the formula in column D.Manual dragging working perfectly however when I insert arrayformula it just returning 0 for all rows. Please help.
Here is the current formula:-=IF(ISTEXT(A6:A), IF(ISTEXT(F6:F),,SUMPRODUCT(LARGE(($A$5:$A5=A6)*($B$5:$B5=B6)*($C$5:$C5=C6)*($E$5:E5),1))),)
