I am trying to do a formula to count the number of rows that have a certain value in two different columns.
For example, if the person in row 1 has a value of 3 in column b and 1 in column c, I want them counted.
I have done =COUNTIF(B:B,3)+COUNTIF(C:C,1), but that counts all of the people that have 3's in column b and adds them to those that have 1's in column c. I only want them counted only if both conditions are met.
For example, if the person in row 1 has a value of 3 in column b and 1 in column c, I want them counted.
I have done =COUNTIF(B:B,3)+COUNTIF(C:C,1), but that counts all of the people that have 3's in column b and adds them to those that have 1's in column c. I only want them counted only if both conditions are met.