Matching Data between two Workbooks

tomsnds8

New Member
Joined
Jan 29, 2019
Messages
2
Hi all,

I am trying to conduct a matching of data between a database of contacts and separate database of enrolments to see whom from the data base has enrolled so far.

As representative example of the two sets of data: My data set:
ABCDEFG
1First NameLast NameJob titleInstitutionCategoryCountryEmail
2JohnJonesManagerJJ IncCharityKenyaJonh@jhonmail.com

<tbody>
</tbody>


extrapolated confirmed enrolment data
ABCD
1ID codeEmailNameProfile
24567tim@gmial.comtim timpsonwww.enrolepage4567.org
34589jonh@jhonmail.comJohn joneswww.enrolepage4589.org

<tbody>
</tbody>

As you will see the data is slightly different format. What would be best way to a match of data - preferably on my database so i can match up the enrolments. ( I tried Vlookup but got a little muddled). The matching data is either going to be names or emails (noting they some will register with a different email occasionally- so names more likely to be accurate).

Thanks for your time

Cheers
tom
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

ABCDEFGHhelper
1First NameLast NameJob titleInstitutionCategoryCountryEmailis enroled ?
2JohnJonesManagerJJ IncCharityKenyaJonh@jhonmail.comYESJohn Jones=b4&" "&c4
fredsmithNOfred smith
robinhoodNOrobin hood
extrapolated confirmed enrolment data

ABCD
1ID codeEmailNameProfile
24567tim@gmial.comtim timpsonwww.enrolepage4567.org
34589jonh@jhonmail.comJohn joneswww.enrolepage4589.org
the YES for john jones derived by
=IF(ISERROR(MATCH(M4,$D$10:$D$100,0)),"NO","YES")

<colgroup><col span="17"></colgroup><tbody>
</tbody>
 
Upvote 0
Thanks Oldbrewer- this works exactly how i need it to- thanks for simple instruction - that code for the names is a real bonus for me as well!!

thanks alot- much appreciated
tom
 
Upvote 0

Forum statistics

Threads
1,215,772
Messages
6,126,810
Members
449,339
Latest member
Cap N

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