K KIM Chanthan Member Feb 19, 2016 #1 Hello, Can you help to show me about countA with criteria. Kindly find attached file for detail. Thank for help. Chanthan Attachments CountA with criteria.xlsx CountA with criteria.xlsx 8.2 KB · Views: 12
Hello, Can you help to show me about countA with criteria. Kindly find attached file for detail. Thank for help. Chanthan
Deepak Excel Ninja Feb 19, 2016 #2 Hi, CountA dosesn't have any criteria. Check this.. =COUNTIFS(B3:B11,E3,C3:C11,">0")
Deepak Excel Ninja Feb 19, 2016 #3 There are some more ways to do so... Just for info.. =SUMPRODUCT((C3:C11>0)*(B3:B11=E3)) with Ctrl+Shift+Enter =SUM((C3:C11>0)*(B3:B11=E3))
There are some more ways to do so... Just for info.. =SUMPRODUCT((C3:C11>0)*(B3:B11=E3)) with Ctrl+Shift+Enter =SUM((C3:C11>0)*(B3:B11=E3))
K KIM Chanthan Member Feb 19, 2016 #4 Deepak said: There are some more ways to do so... Just for info.. =SUMPRODUCT((C3:C11>0)*(B3:B11=E3)) with Ctrl+Shift+Enter =SUM((C3:C11>0)*(B3:B11=E3)) Click to expand... Thanks alot
Deepak said: There are some more ways to do so... Just for info.. =SUMPRODUCT((C3:C11>0)*(B3:B11=E3)) with Ctrl+Shift+Enter =SUM((C3:C11>0)*(B3:B11=E3)) Click to expand... Thanks alot
N Naresh Yadav Active Member Feb 19, 2016 #5 Pls try this one with using CTRL+SHIFT+ENTER at the end =SUM(($B$3:$B$11=E3)*(NOT(ISBLANK($C$3:$C$11))))
Pls try this one with using CTRL+SHIFT+ENTER at the end =SUM(($B$3:$B$11=E3)*(NOT(ISBLANK($C$3:$C$11))))