Seaech and compare 2 tables
Hello,
I don’t know the specific words to explain what I’m looking for, so I’ve issues to find relevant topics for something probably simple.
I’ve a table (people of interest) with names (column A) and biographies (column B).
I’ve another table (family tree) full of names (sometimes 3 thousands). They are in several columns.
I’d like to compare the 2 tables and identify the names of biography table that are also in the family tree table. Using column A of biography table, searching in all columns of family table and then, if possible, display the results using column B of the biography table.
Example:
- table biography, column A: Smith, Fraser, McIntosh. Column B: blacksmith, highlander, computer
- table family has: Gates, Musk, Jobs, McIntosh, Wozniak
- function adds in another table: computer (because McIntosh is there)
Each cell has a name and a date. The best would be to have one function looking fir the exact name+date, and another looking just for the name but that is probably too much.
So far I search individually for each name. I need half an hour to complete that task. I think with a function I could accomplish that in 1 second.
Thank you for your help. :)