Hi guys,
I have this problem, haven't figured out how to solve it with my basic excel skills, hope you can help me.
I have 2 lists of data. The first list might contain values with name, last name and/or team code and the second list contains full names and in some cases team name. Basically I need to know if every single word from the values of list1 appears in any of the values of list2 (the order doesn't matter as long as each word exists). For example:
The list1 might contain:
mike trout laa
det cabrera
kershaw clayton
col gonzalez carlos
davis bal
harper
mccutchen
The list2 contains:
mike trout
miguel cabrera
mccutchen
clayton kershaw
carlos gonzalez col
bal chris davis
bryce harper
So after applying the "function" next to each value of list1, the results would be the following:
list1 check
mike trout laa found
det cabrera notfound
kershaw clayton found
col gonzalez carlos found
davis bal notfound
harper notfound
mccutchen found
Your help is much appreciated!
I have this problem, haven't figured out how to solve it with my basic excel skills, hope you can help me.
I have 2 lists of data. The first list might contain values with name, last name and/or team code and the second list contains full names and in some cases team name. Basically I need to know if every single word from the values of list1 appears in any of the values of list2 (the order doesn't matter as long as each word exists). For example:
The list1 might contain:
mike trout laa
det cabrera
kershaw clayton
col gonzalez carlos
davis bal
harper
mccutchen
The list2 contains:
mike trout
miguel cabrera
mccutchen
clayton kershaw
carlos gonzalez col
bal chris davis
bryce harper
So after applying the "function" next to each value of list1, the results would be the following:
list1 check
mike trout laa found
det cabrera notfound
kershaw clayton found
col gonzalez carlos found
davis bal notfound
harper notfound
mccutchen found
Your help is much appreciated!