Help combining information from 2 sheets

snapitsports

New Member
Joined
Mar 22, 2013
Messages
1
My hobby business is race photography. We go out and shoot races and then upload them to our servers and then using an excel sheet with first name, last name, bib (race) number, and email address...we are able to upload this into the software to send out automated emails to each participant.

A few times now, I have gotten a file (sometimes 2) that have all this information but not all on the same and definitely not the same amount of entries on each as the email list only lists those that gave emails and not everyone else.

So I have tried to find a way to create a formula that would look at first name and last name and compare it to the other sheet and, if the same, it would copy over the email address to the field...otherwise leave it blank or put N/A or something.

Can someone please help?

Sheet 1 looks like this...
4JohnDoe
5JaneDoe
6UserName
7SusanDoe
8JohnWilliams

<tbody>
</tbody>


And then Sheet 2 looks like this...

JohnDoejohn.doe@gmail.com
UserNameuser.name@gmail.com
JohnWilliamsjohn.williams@gmail.com

<tbody>
</tbody>


And of course, I need it to combine to be...

4JohnDoejohn.doe@gmail.com
5JaneDoe
6UserNameuser.name@gmail.com
7SusanDoe
8JohnWilliamsjohn.williams@gmail.com

<tbody>
</tbody>

Hope this is pretty cut and dry. Thanks for any help you can shoot me!
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You would like to use vlookup and iserror
Using lastname&", "&name look into sheet2 and get back the email
Sergio
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,200
Members
449,072
Latest member
DW Draft

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