Hi,
I have two files, and I want to compare all the values in one column in file A to all the values in one column in File B, and find out which ones appear in both files.
The order is random. For example, say I am comparing girl's names.
In file 1, a column has:
Fran
Jill
Hope
Joanne
In file 2, a column has:
Jill
Patty
Suzy
Hope
I am looking for a way to compare the names in these columns and find the ones that appear in both files (Hope and Jill). Is this possible?
Thanks.
Bookmarks