W
WMO
I am trying to count in 3 columns. Column A will have entries of "B
or "S" and columns B and C will have "1" or "0".
A B C
B 0 1
B 1 0
B 1 1
S 1 1
I want to count how many times column C has a 1 with a B or S. That i
no problem, I can do that. I also want to count the number of time
column B has a 1 with a B or S. That is no problem, I can do that.
However, the third count I want to count is when a 1 appears in bot
column B and C, I want ONLY to count the occurrance in column C. I CA
NOT figure that out.
These are the formulas I am using for single occurrances.
=SUM(IF(C18:C38="B",IF(R18:R38>0,1,0)))
=SUM(IF(C18:C38="S",IF(R18:R38>0,1,0)))
I enter them with SHIFT/CTRL/Enter
Can anyone help? Thanks!!
or "S" and columns B and C will have "1" or "0".
A B C
B 0 1
B 1 0
B 1 1
S 1 1
I want to count how many times column C has a 1 with a B or S. That i
no problem, I can do that. I also want to count the number of time
column B has a 1 with a B or S. That is no problem, I can do that.
However, the third count I want to count is when a 1 appears in bot
column B and C, I want ONLY to count the occurrance in column C. I CA
NOT figure that out.
These are the formulas I am using for single occurrances.
=SUM(IF(C18:C38="B",IF(R18:R38>0,1,0)))
=SUM(IF(C18:C38="S",IF(R18:R38>0,1,0)))
I enter them with SHIFT/CTRL/Enter
Can anyone help? Thanks!!