Assuming your data "A2" to "C12"
In "A13" mentioned name as "A"
In "B13" enter below formula :
Formula:
=SUMPRODUCT(SUBTOTAL(9,OFFSET($B$2,ROW($B$2:$B$12)-ROW($B$2),0)),($A$2:$A$12=$A13)+0)
If you sum with name & region criteria then formula is :
Formula:
=SUMIFS($B$2:$B$12,$A$2:$A$12,$A$13,$C$2:$C$12,$A$14)
Range "B" is : Number
Range "A" is : Name
Range "C" is : Region
Cell "$A$13" is : A
Cell "$A$14" is : South
For Count with two criteria. Kindly remove range as per your requirement from below formula :
Formula:
=COUNTIFS($A$2:$A$12,"A",$C$2:$C$12,"South")
Hope for your help.
Bookmarks