cgendron
Board Regular
- Joined
- Apr 13, 2011
- Messages
- 111
Hey all,
I have two columns, A and B. Column A has certain words pertaining to codes, column B has the codes.
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]Change[/TD]
[TD="class: xl65, width: 64"]Code[/TD]
[/TR]
[TR]
[TD="class: xl67"]Deleted[/TD]
[TD="class: xl66, width: 64"]10021[/TD]
[/TR]
[TR]
[TD="class: xl67"]Added[/TD]
[TD="class: xl66, width: 64"]10022[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]10060[/TD]
[/TR]
[TR]
[TD="class: xl67"]Deleted[/TD]
[TD="class: xl66, width: 64"]10061[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]10120[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]10140[/TD]
[/TR]
[TR]
[TD="class: xl67"]Deleted[/TD]
[TD="class: xl66, width: 64"]10180[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]11055[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]11100[/TD]
[/TR]
</tbody>[/TABLE]
I'm using a vlookup to find any code with the word "deleted" next to it. The obvious problem i have is it only bring in the first instance. How do i ignore the duplicates and only bring in the unique code instance? i have a summary column for all the deleted and added ones. I want all the deleted codes under the deleted column and added codes under the added column.
[TABLE="width: 157"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Deleted[/TD]
[TD]Added[/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD]90651[/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!
I have two columns, A and B. Column A has certain words pertaining to codes, column B has the codes.
[TABLE="width: 128"]
<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]Change[/TD]
[TD="class: xl65, width: 64"]Code[/TD]
[/TR]
[TR]
[TD="class: xl67"]Deleted[/TD]
[TD="class: xl66, width: 64"]10021[/TD]
[/TR]
[TR]
[TD="class: xl67"]Added[/TD]
[TD="class: xl66, width: 64"]10022[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]10060[/TD]
[/TR]
[TR]
[TD="class: xl67"]Deleted[/TD]
[TD="class: xl66, width: 64"]10061[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]10120[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]10140[/TD]
[/TR]
[TR]
[TD="class: xl67"]Deleted[/TD]
[TD="class: xl66, width: 64"]10180[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]11055[/TD]
[/TR]
[TR]
[TD="class: xl67"] [/TD]
[TD="class: xl66, width: 64"]11100[/TD]
[/TR]
</tbody>[/TABLE]
I'm using a vlookup to find any code with the word "deleted" next to it. The obvious problem i have is it only bring in the first instance. How do i ignore the duplicates and only bring in the unique code instance? i have a summary column for all the deleted and added ones. I want all the deleted codes under the deleted column and added codes under the added column.
[TABLE="width: 157"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Deleted[/TD]
[TD]Added[/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD]90651[/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]J1725[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!