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:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Job title[/TD]
[TD]Institution[/TD]
[TD]Category[/TD]
[TD]Country[/TD]
[TD]Email[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]Manager[/TD]
[TD]JJ Inc[/TD]
[TD]Charity[/TD]
[TD]Kenya[/TD]
[TD]Jonh@jhonmail.com[/TD]
[/TR]
</tbody>[/TABLE]
extrapolated confirmed enrolment data
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ID code[/TD]
[TD]Email[/TD]
[TD]Name[/TD]
[TD]Profile[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]4567[/TD]
[TD]tim@gmial.com[/TD]
[TD]tim timpson[/TD]
[TD]www.enrolepage4567.org[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4589[/TD]
[TD]jonh@jhonmail.com[/TD]
[TD]John jones[/TD]
[TD]www.enrolepage4589.org[/TD]
[/TR]
</tbody>[/TABLE]
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
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:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Job title[/TD]
[TD]Institution[/TD]
[TD]Category[/TD]
[TD]Country[/TD]
[TD]Email[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]Manager[/TD]
[TD]JJ Inc[/TD]
[TD]Charity[/TD]
[TD]Kenya[/TD]
[TD]Jonh@jhonmail.com[/TD]
[/TR]
</tbody>[/TABLE]
extrapolated confirmed enrolment data
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ID code[/TD]
[TD]Email[/TD]
[TD]Name[/TD]
[TD]Profile[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]4567[/TD]
[TD]tim@gmial.com[/TD]
[TD]tim timpson[/TD]
[TD]www.enrolepage4567.org[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4589[/TD]
[TD]jonh@jhonmail.com[/TD]
[TD]John jones[/TD]
[TD]www.enrolepage4589.org[/TD]
[/TR]
</tbody>[/TABLE]
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