I have Column A "Fist Name" and Column B "Last Name". For example
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]FIRST NAME[/TD]
[TD]LAST NAME[/TD]
[/TR]
[TR]
[TD]Arpil & Pat[/TD]
[TD]Abernathy[/TD]
[/TR]
[TR]
[TD]Pat[/TD]
[TD]Abernathy[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]Ackary[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]Ackary[/TD]
[/TR]
[TR]
[TD]Karen[/TD]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Barker[/TD]
[/TR]
[TR]
[TD]Ellen[/TD]
[TD]Barker[/TD]
[/TR]
[TR]
[TD]Jack[/TD]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]Brady[/TD]
[/TR]
</tbody>[/TABLE]
I want to highlight or indicate in a 3rd column the records that Are Either an exact match like in rows 3 "David Ackary" and row 4 "David Ackary"
AND I would also like to identify those records that COULD be a match like row 1 "April & Pat Abernathy" and row 2 "Pat Abernathy"
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]FIRST NAME[/TD]
[TD]LAST NAME[/TD]
[/TR]
[TR]
[TD]Arpil & Pat[/TD]
[TD]Abernathy[/TD]
[/TR]
[TR]
[TD]Pat[/TD]
[TD]Abernathy[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]Ackary[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]Ackary[/TD]
[/TR]
[TR]
[TD]Karen[/TD]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Barker[/TD]
[/TR]
[TR]
[TD]Ellen[/TD]
[TD]Barker[/TD]
[/TR]
[TR]
[TD]Jack[/TD]
[TD]Smith[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]Brady[/TD]
[/TR]
</tbody>[/TABLE]
I want to highlight or indicate in a 3rd column the records that Are Either an exact match like in rows 3 "David Ackary" and row 4 "David Ackary"
AND I would also like to identify those records that COULD be a match like row 1 "April & Pat Abernathy" and row 2 "Pat Abernathy"