G
gary
Column "A" contains JUNDREDS of unique part-numbers. For
example:
001
002
003
123
234
345
456
567
Column "B" contains MANY THOUSAND part-numbers that match
those in Column "A". For example:
001
001
001
002
002
002
002
003
003
003
123
123
234
234
234
234
234
345
345
345
345
345
345
345
345
345
345
345
456
567
567
567
How can I move the each part-number in Column "A" down to
the LAST occurrence of that part-number in Column "B"? For
example:
Col A Col B
001
001
001 001
002
002
002
002 002
003
003
003 003
123
123 123
234
234
234
234
234 234
345
345
345
345
345
345
345
345
345
345
345 345
456 456
567
567
567 567
example:
001
002
003
123
234
345
456
567
Column "B" contains MANY THOUSAND part-numbers that match
those in Column "A". For example:
001
001
001
002
002
002
002
003
003
003
123
123
234
234
234
234
234
345
345
345
345
345
345
345
345
345
345
345
456
567
567
567
How can I move the each part-number in Column "A" down to
the LAST occurrence of that part-number in Column "B"? For
example:
Col A Col B
001
001
001 001
002
002
002
002 002
003
003
003 003
123
123 123
234
234
234
234
234 234
345
345
345
345
345
345
345
345
345
345
345 345
456 456
567
567
567 567