Countif help

neditheg

New Member
Joined
Feb 2, 2009
Messages
38
Hy guys .. I need some help.

I want a formula to count how many "1" have "ok" , how many "2" have "ok" and soo on..
 
Last edited:

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

neditheg

New Member
Joined
Feb 2, 2009
Messages
38
I'm using the countif formula to count how many "1"..."12" I have in the first column ... but after this operation I want to know how many 1---whit ok are in my sheet .. then how many "2" with ok .. etc..

I've tried the sum(if(..)) statement but with no good result :|


help!?
 
Upvote 0

Aladin Akyurek

MrExcel MVP
Joined
Feb 14, 2002
Messages
85,210
I'm using the countif formula to count how many "1"..."12" I have in the first column ... but after this operation I want to know how many 1---whit ok are in my sheet .. then how many "2" with ok .. etc..

I've tried the sum(if(..)) statement but with no good result :|


help!?

See my reply...
 
Upvote 0

Aladin Akyurek

MrExcel MVP
Joined
Feb 14, 2002
Messages
85,210
ok --> =SUMPRODUCT(--($A$2:$A$100=L2);--ISNUMBER(SEARCH("ok";$E$2:$E$100)))

this works :) thanks!!

Just for the record...

The following will also work:

=SUM(IF($A$2:$A$100=L2;IF(ISNUMBER(SEARCH("ok";$E$2:$E$100));1)))

which is confirmed with control+shift+enter, not just with enter.
 
Upvote 0

Forum statistics

Threads
1,191,213
Messages
5,985,309
Members
439,956
Latest member
FrazzledCat

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top