I have a spreadsheet with three worksheets
The first worksheet contains a list of 5045 names of people in one column and related individual ID numbers in another column
The second spreadsheet has a list of 345 names of people in a column
The third spreadsheet has a list of 200 names of people in a column
For each of the second and third spreadsheets I want to compare that list to the longer list and when it matches, put the related ID number in the next column.
Which is better to use, the If statement or the Vlookup statement.
How would I use the statement to make it work.
I tried the if statement but ended up with the Spill error message
Dale
The first worksheet contains a list of 5045 names of people in one column and related individual ID numbers in another column
The second spreadsheet has a list of 345 names of people in a column
The third spreadsheet has a list of 200 names of people in a column
For each of the second and third spreadsheets I want to compare that list to the longer list and when it matches, put the related ID number in the next column.
Which is better to use, the If statement or the Vlookup statement.
How would I use the statement to make it work.
I tried the if statement but ended up with the Spill error message
Dale