This sounds like it should be simple, but I am struggling. Thank you in advance
I have 2 columns of data similar to the below (but 44,000 rows). First column is an account number, second is an identifier. I need to identify the where an account number has both a 2 and 1.
[TABLE="width: 95"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]212210[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
I have 2 columns of data similar to the below (but 44,000 rows). First column is an account number, second is an identifier. I need to identify the where an account number has both a 2 and 1.
[TABLE="width: 95"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]212210[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]212210[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]