Hi Board,
It's been so long since I've done this I've forgotten how!
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Owner[/TD]
[TD]First Name[/TD]
[TD]Surname[/TD]
[TD]Name[/TD]
[TD]Owner[/TD]
[/TR]
[TR]
[TD]Anne[/TD]
[TD]Joe[/TD]
[TD]Bloggs[/TD]
[TD]Joe Joseph Bloggs[/TD]
[TD]ANother[/TD]
[/TR]
</tbody>[/TABLE]
For ease I have put this data on one table, however, the data is split across two tables in two sheets.
So essentially, the blank cell above which needs populating is column A for the owner (shown completed here as Anne based on the data in E), to do this I need to first find a match between the first name and surname in cells B + C against the data in column D, which can contain a middle name.
Once this match has been made it should lookup the owner in E and populate this in A, as a first name only. If necessary I can create another column which translates ANother to Anne, JBloggs to Joe etc.
Can someone please point me in the right direction.
Many thanks
It's been so long since I've done this I've forgotten how!
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Owner[/TD]
[TD]First Name[/TD]
[TD]Surname[/TD]
[TD]Name[/TD]
[TD]Owner[/TD]
[/TR]
[TR]
[TD]Anne[/TD]
[TD]Joe[/TD]
[TD]Bloggs[/TD]
[TD]Joe Joseph Bloggs[/TD]
[TD]ANother[/TD]
[/TR]
</tbody>[/TABLE]
For ease I have put this data on one table, however, the data is split across two tables in two sheets.
So essentially, the blank cell above which needs populating is column A for the owner (shown completed here as Anne based on the data in E), to do this I need to first find a match between the first name and surname in cells B + C against the data in column D, which can contain a middle name.
Once this match has been made it should lookup the owner in E and populate this in A, as a first name only. If necessary I can create another column which translates ANother to Anne, JBloggs to Joe etc.
Can someone please point me in the right direction.
Many thanks