VLookup plus

nbarclay

New Member
Joined
Oct 8, 2015
Messages
2
I'm trying to match column values in Column A, with Column C. So if there's match, I want the corresponding value in Column D to populate in Column B.
In other words, Column B (Email) should populate with the email (from column D) for the user in Column A. The user in column A may have multiple entries. Columns C and D are a list of each user and their email address.

Not a great explanation, but allow me to visually show you what I'm looking for:

[TABLE="width: 500"]
[TR]
[TD]Column A
[/TD]
[TD]Column B
[/TD]
[TD]Column C
[/TD]
[TD]Column D
[/TD]
[/TR]
[TR]
[TD]FullName
[/TD]
[TD]Email
[/TD]
[TD]Name
[/TD]
[TD]Email List
[/TD]
[/TR]
[TR]
[TD]User1
[/TD]
[TD][/TD]
[TD]User1
[/TD]
[TD]User1@company.com
[/TD]
[/TR]
[TR]
[TD]User1
[/TD]
[TD][/TD]
[TD]User2
[/TD]
[TD]User2@company.com
[/TD]
[/TR]
[TR]
[TD]User1
[/TD]
[TD][/TD]
[TD]User3
[/TD]
[TD]User3@company.com
[/TD]
[/TR]
[TR]
[TD]User1
[/TD]
[TD][/TD]
[TD]User4
[/TD]
[TD]User4@company.com
[/TD]
[/TR]
[TR]
[TD]User2
[/TD]
[TD][/TD]
[TD]User5
[/TD]
[TD]User5@company.com
[/TD]
[/TR]
[/TABLE]
 
Last edited by a moderator:

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Welcome to the forum.

=VLOOKUP(A2,C:D,2,false)

should do it.
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,264
Members
452,627
Latest member
KitkatToby

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top