Hi,
I have a long long list of users in a column A (some are in lastname, firstname format & some are in firstname lastname format, and some are probably different, they just have first name & last name in them in some format). I have another list where I have lastnames for users in column B.
My requirement is: that I search each lastname(from column B) in column A and if there is a match (partial it will be I guess, and not exact) then return value(s) of column A, all in the same row as column B value is.
I tried reading & implementing VLOOKUP, and also INDEX & MATCH however could not get things to work. Not sure if this will require to write a MACRO instead.
Thanks for any pointers or help in advance. I am happy to do the hardwork, however need some guidance to start.
Column A Column B Return1 Return2 Return3
Taylor, Mike Vaughn Michael Vaughn
Vaughn, Michael Taylor Taylor, Mike Taylor, Ross
Taylor, Ross Vettory
Regards,
Rohit
Bookmarks