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.
INDEX
andMATCH
to retrieve those results. Have a look at this older post I made to try and simplify the procedure to set it up: link – JvdV=match(A2,A:A)
return 67 which isn't like theA2
. Maybe the '\' char in the string has anything to do with it? – Nir