Hi All,
i am trying to find a a function that can filter a column of supplier codes (the column will have the supplier code in it between 1-??? times) then return it on a new sheet just once along with the supplier description (adjacent cell) eg:
the source sheet
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 70"]20935[/TD]
[TD="class: xl64, width: 309"][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 309"]ABC People[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]21330[/TD]
[TD]AshDown[/TD]
[/TR]
[TR]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 70"]20935[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 309"]ABC People[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 70"]20935[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 309"]ABC People[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 53"]
<tbody>[TR]
[TD="class: xl66, width: 70"]20717[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Multispares[/TD]
[/TR]
[TR]
[TD][TABLE="width: 53"]
<tbody>[TR]
[TD="class: xl66, width: 70"]20717[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Multispares[/TD]
[/TR]
</tbody>[/TABLE]
and the result i want is just the supplier listed once on a new sheet
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 70"]
<tbody>[TR]
[TD="class: xl66, width: 70"]20935[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]ABC People[/TD]
[/TR]
[TR]
[TD]21330[/TD]
[TD]AshDown[/TD]
[/TR]
[TR]
[TD]20717[/TD]
[TD]Multispares[/TD]
[/TR]
</tbody>[/TABLE]
i hope I have made that clear enough, if not please tell me.
i am trying to find a a function that can filter a column of supplier codes (the column will have the supplier code in it between 1-??? times) then return it on a new sheet just once along with the supplier description (adjacent cell) eg:
the source sheet
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 70"]20935[/TD]
[TD="class: xl64, width: 309"][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 309"]ABC People[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]21330[/TD]
[TD]AshDown[/TD]
[/TR]
[TR]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 70"]20935[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 309"]ABC People[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 70"]20935[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 379"]
<tbody>[TR]
[TD="class: xl64, width: 309"]ABC People[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 53"]
<tbody>[TR]
[TD="class: xl66, width: 70"]20717[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Multispares[/TD]
[/TR]
[TR]
[TD][TABLE="width: 53"]
<tbody>[TR]
[TD="class: xl66, width: 70"]20717[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Multispares[/TD]
[/TR]
</tbody>[/TABLE]
and the result i want is just the supplier listed once on a new sheet
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 70"]
<tbody>[TR]
[TD="class: xl66, width: 70"]20935[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]ABC People[/TD]
[/TR]
[TR]
[TD]21330[/TD]
[TD]AshDown[/TD]
[/TR]
[TR]
[TD]20717[/TD]
[TD]Multispares[/TD]
[/TR]
</tbody>[/TABLE]
i hope I have made that clear enough, if not please tell me.