Hi - hope you can help. I have two list of numbers that I want to create one list of anything that is in both lists.
Example extract:
List 1 List 2
123 456
456 132
789 987
465 321
132 798
798
The new list being:
456
132
798
This is a simple example - my actual data is a few hundred lines.
Hope you can help
Thanks in advance
Example extract:
List 1 List 2
123 456
456 132
789 987
465 321
132 798
798
The new list being:
456
132
798
This is a simple example - my actual data is a few hundred lines.
Hope you can help
Thanks in advance