kalmar27615
New Member
- Joined
- May 12, 2014
- Messages
- 7
Hello everyone, I have the following issue I'm hoping you can help me with:
I am trying to count the number of occurrences with 2 criteria: =COUNTIFS(B:B,"Birmingham",C:C,"PASSED")
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]AL001[/TD]
[TD]Birmingham[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL001[/TD]
[TD]CV[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL001[/TD]
[TD]PHY[/TD]
[TD]PASSED[/TD]
[/TR]
[TR]
[TD]AL001[/TD]
[TD]No[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL001[/TD]
[TD]Vendor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL002[/TD]
[TD]Birmingham[/TD]
[TD]PASSED[/TD]
[/TR]
[TR]
[TD]AL002[/TD]
[TD]PHY[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL002[/TD]
[TD]Vendor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL003[/TD]
[TD]Birmingham[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL003[/TD]
[TD]DA[/TD]
[TD]PASSED[/TD]
[/TR]
</tbody>[/TABLE]
The location of the "PASSED" entry is dynamic and is not always directly across from "Birmingham" which is why I am not getting the correct results. Is there a solution to this? Thank you all in advance!
I am trying to count the number of occurrences with 2 criteria: =COUNTIFS(B:B,"Birmingham",C:C,"PASSED")
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]AL001[/TD]
[TD]Birmingham[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL001[/TD]
[TD]CV[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL001[/TD]
[TD]PHY[/TD]
[TD]PASSED[/TD]
[/TR]
[TR]
[TD]AL001[/TD]
[TD]No[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL001[/TD]
[TD]Vendor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL002[/TD]
[TD]Birmingham[/TD]
[TD]PASSED[/TD]
[/TR]
[TR]
[TD]AL002[/TD]
[TD]PHY[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL002[/TD]
[TD]Vendor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL003[/TD]
[TD]Birmingham[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AL003[/TD]
[TD]DA[/TD]
[TD]PASSED[/TD]
[/TR]
</tbody>[/TABLE]
The location of the "PASSED" entry is dynamic and is not always directly across from "Birmingham" which is why I am not getting the correct results. Is there a solution to this? Thank you all in advance!