I'm trying to find a way to do this, it seems like it should be simple enough but I'm struggling.
ID Color
1 Blue
2 Red
2 Green
2 Blue
1 Green
3 Red
3 Blue
I'd like to keep only the duplicate rows which are both blue and green. So in my example only the ID 1.
edit : Sorry, should've been clearer, 2 isn't an output because it also hase the red value. I'm looking for duplicated rows with only blue and green values.
Is there a way to do this?