Count specific value in column based on value in another column

Nickk1001

New Member
Joined
Jun 15, 2015
Messages
4
Hi,

I have two columns of around 200 rows. Each column contains either Y, N or is null. I would like to count the number of 'Y's in one column but only include those rows where there is a Y in the same row on the corresponding column.

Thanks

Nick
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Excel 2010
ABC
1YN
2N
3N
4YY
5NN
6Y
7YY
8NN
9Y
10NN
11
12YY
13
143
Sheet3
Cell Formulas
RangeFormula
C14=SUMPRODUCT(--($A$1:$A$12="Y"),--($B$1:$B$12="Y"))



or =SUMPRODUCT(($A$1:$A$12="Y")*($B$1:$B$12="Y"))
 
Upvote 0

Forum statistics

Threads
1,203,462
Messages
6,055,562
Members
444,799
Latest member
CraigCrowhurst

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