Hello, I have two tables that contain data relating to people and I'd like to join those tables together. The name of each person is one of the columns contained in each table, so I'd like to use a VLOOKUP to match the rows appropriately. However, I'm running into a weird problem where even when I know there are rows in each table that match (i.e. they are for the same person) the lookup is not working. I don't know what's going on because, for example, I have the name "Jerry" in two cells, say C3 and F3, and when I do the following function:
=if(C3<>F3,"ERROR","Match")
the function returns "Error" even though I can see plainly that the cells are identical. Can anyone help me?
Bookmarks