Please help with a formula to do the following;
I want to know the Types that have "Orange" or "Red" and no other colors.
e.g. the correct answer is B, C, E
A, D and F should be excluded because they have more than just "Orange" i.e. they have "Blue" as well.
[TABLE="width: 128"]
<tbody>[TR]
[TD]Type
[/TD]
[TD]Color
[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD]E
[/TD]
[TD]Red
[/TD]
[/TR]
[TR]
[TD]F
[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]F
[/TD]
[TD]Blue
[/TD]
[/TR]
</tbody>[/TABLE]
Appreciate the help
I want to know the Types that have "Orange" or "Red" and no other colors.
e.g. the correct answer is B, C, E
A, D and F should be excluded because they have more than just "Orange" i.e. they have "Blue" as well.
[TABLE="width: 128"]
<tbody>[TR]
[TD]Type
[/TD]
[TD]Color
[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD]E
[/TD]
[TD]Red
[/TD]
[/TR]
[TR]
[TD]F
[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]F
[/TD]
[TD]Blue
[/TD]
[/TR]
</tbody>[/TABLE]
Appreciate the help