Sheet 1
, Sheet 2
& Sheet 3
are in a single file.
Sheet 1
(In order) [large list]
Name EmailA A@xyz //means A's email is A@xyzB B@xyzC C@xyzD D@xyzE E@xyz......
Sheet 2
(In order) [large list]
Name EmailF F@xyzG G@xyz //means G's email is G@xyzH H@xyz......
Sheet 3
(Out of order) [smaller list, filtered (from another source)]
Name EmailB A@xyzA D@xyzD B@xyzF H@xyzG F@xyz......
I'm expecting Sheet 3
to be like:
Name EmailB B@xyzA A@xyzD D@xyzF F@xyzG G@xyz......
How do I map names to correct email-ids in Sheet 3
?
Note: There's no such case that a name is present but corresponding email-id is not and vice-versa.