The example was not a good one unfortunately as there were no duplicates to exclude hence my question re: SUMIF...
Adapating NBVC's FREQUENCY array from the other thread perhaps this will work for you ?
=SUM(IF(FREQUENCY(IF($A$2:$A$9=F2,IF($B$2:$B$9<>"",MATCH($B$2:$B$9&$C$2:$C$9,$B$2:$B$9&$C$2:$C$9,0))),ROW($B$2:$B$9)-ROW($B$2)+1),$C$2:$C$9))
Committed with CTRL + SHIFT + ENTER
the above is basically summing C for a given manager wherever the concatenated values of B & C are unique... I am not sure if this is what you want or not ?
Bookmarks