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

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
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
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
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,214,650
Messages
6,120,734
Members
448,987
Latest member
marion_davis

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
Back
Top