Array formula {=SUM(LARGE(($B$2:$B$50)*($A$2:$A$50=D2),{1,2,3}))} works fine, but if I try to find SUM of 3 smallest, formula doesn't work. Why?
{=SUM(SMALL(($B$2:$B$50)*($A$2:$A$50=D2),{1,2,3}))}
One more question. Formula =SUM(SMALL(IF(A2:A50=D2,B2:B50),{1,2,3})) does not work if there is only 2 or 1 equal (=D2) number in column A.
What is the formula if I want anyway count those 2 together or just only one.