I have a table in one tab similar to the example below (table x):
a12 Europe 4/4/2016 John b34 Europe 4/3/2016 Peter a12 north America 4/5/2016 Lucy a12 Asia 4/1/2016 Wade
In another tab, I have a table like so (table y):
Source Object Name Europe a12 Asia a12 Europe b34
In table y, I want a macro to provide the names based on comparing the object and the source. I tried to do a vlookup based on object only, but that only provides the first name listed in table x, John, for both Europe and Asia rows in table y
Bookmarks