I want to get some columns from one spreadsheet to another base on equability of columns. For example:
In the first sheet I have list of employees where column A is employee ID and column B is their name.
In the second sheet I have list of employees details where column A is employee ID and column B address and C is second address.
There might be employee IDs on the first spreadsheet that doesn't exists in the second spreadsheet and vice versa. I need the right formula to put in a new column in the first spreadsheet to fill it with the first/second employee's address based on the ID on the same line.
Hope I make sense.