Formula to match names between sheets and pull another field if there's a match

shawnus

New Member
Joined
Aug 24, 2023
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
Hello and thanks in advance,

I have 2 sheets containing user data- one sheet named 'DATA' which contains "User Full Name" (in column E) and the other sheet named 'NAMESANDEMAILS' which contains "User Full Name" (in column C) along with "Email Address" (in column D of 'NAMESANDEMAILS').
I need a formula to look up the "User Full Name" from the 'DATA' sheet and match it to the "User Full Name" from the 'NAMESANDEMAILS' sheet and if it finds it to then retrieve the "Email Address" from this sheet and populate it into the "Email" (column F) within the 'DATA' sheet.

I know this probably isn't too difficult but I can quite seem to crack it. I have Excel 2019.

Thanks!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
How about
Excel Formula:
=index(NAMESANDEMAILS!d2:d1000,match(e2,NAMESANDEMAILS!c2:c1000,0))
 
Upvote 0

Forum statistics

Threads
1,215,412
Messages
6,124,761
Members
449,187
Latest member
hermansoa

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