Hello all,
I have 3 columns with YES NO in first 2 columns and status in the 3rd.
I'm using COUNTIF yes in both first 2 columns but I want to ignore the row if the status is 'Out of Scope' OR 'Complete'
=COUNTIF('B. General' !$E:$F, "yes")
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[TD="align: center"]G[/TD]
[/TR]
[TR]
[TD]Answer 1[/TD]
[TD]Answer 2[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]NO[/TD]
[TD]GREEN[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]Out of Scope[/TD]
[/TR]
[TR]
[TD]NO[/TD]
[TD]NO[/TD]
[TD]AMBER[/TD]
[/TR]
[TR]
[TD]NO[/TD]
[TD]YES[/TD]
[TD]COMPLETE[/TD]
[/TR]
</tbody>[/TABLE]
I have 3 columns with YES NO in first 2 columns and status in the 3rd.
I'm using COUNTIF yes in both first 2 columns but I want to ignore the row if the status is 'Out of Scope' OR 'Complete'
=COUNTIF('B. General' !$E:$F, "yes")
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[TD="align: center"]G[/TD]
[/TR]
[TR]
[TD]Answer 1[/TD]
[TD]Answer 2[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]NO[/TD]
[TD]GREEN[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]Out of Scope[/TD]
[/TR]
[TR]
[TD]NO[/TD]
[TD]NO[/TD]
[TD]AMBER[/TD]
[/TR]
[TR]
[TD]NO[/TD]
[TD]YES[/TD]
[TD]COMPLETE[/TD]
[/TR]
</tbody>[/TABLE]