I'm going to try to word this as well as I can! I have currently got the table below. I want to do a COUNTIFS formula (or at least I think I do) to tell me If column B = Y and column C = S+, S, S- or P.
It's the OR for the second bit I'm struggling with and it's driving me crazy! I can do COUNTIFS column B = Y and Column C = S+ no problem. It's the fact that I want to look up multiple values in column C.
For this example the answer should be 6 but I cannot for the life of me find a formula to get it to work. I'd do it manually by filtering and then counting them but my main spreadsheet has about 1000 people on it!
I hope what I've said makes sense and that someone can help!
Thanks
<colgroup><col><col><col span="2"></colgroup><tbody>
</tbody>
It's the OR for the second bit I'm struggling with and it's driving me crazy! I can do COUNTIFS column B = Y and Column C = S+ no problem. It's the fact that I want to look up multiple values in column C.
For this example the answer should be 6 but I cannot for the life of me find a formula to get it to work. I'd do it manually by filtering and then counting them but my main spreadsheet has about 1000 people on it!
I hope what I've said makes sense and that someone can help!
Thanks
A | B | C | |
1 | PP | Level | |
2 | Person A | Y | S+ |
3 | Person B | P | |
4 | Person C | Y | P- |
5 | Person D | Y | S |
6 | Person E | S- | |
7 | Person F | P | |
8 | Person G | P | |
9 | Person H | Y | S+ |
10 | Person I | Y | S- |
11 | Person J | Y | P |
12 | Person K | Y | S+ |
13 | Person L | P- |
<colgroup><col><col><col span="2"></colgroup><tbody>
</tbody>