Hi,
Hoping someone could help me with this problem below. I have recreated an excel sheet below. Column 1 is the color, Column 2 is the response (Yes/No), and column 3 is blank.
Is there a formula I can write in column 3 that will help me identify if, for a specific color, only "No" was selected on column B. For example - Blue is listed as "Yes" "Yes" "No" - so it would fail.
Red is listed as "No" and "No" - so, it would pass
Thanks!!!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column 1 [/TD]
[TD]Column 2[/TD]
[TD]Column 3[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]No[/TD]
[TD]Fail[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]No[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]No[/TD]
[TD]Pass[/TD]
[/TR]
</tbody>[/TABLE]
Hoping someone could help me with this problem below. I have recreated an excel sheet below. Column 1 is the color, Column 2 is the response (Yes/No), and column 3 is blank.
Is there a formula I can write in column 3 that will help me identify if, for a specific color, only "No" was selected on column B. For example - Blue is listed as "Yes" "Yes" "No" - so it would fail.
Red is listed as "No" and "No" - so, it would pass
Thanks!!!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column 1 [/TD]
[TD]Column 2[/TD]
[TD]Column 3[/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]No[/TD]
[TD]Fail[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]No[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]No[/TD]
[TD]Pass[/TD]
[/TR]
</tbody>[/TABLE]