Good day.
I am seeking and very much appreciate some help.
I have a table (see below). The table contains:
Colum C-F - names of 50 people, randomly place
Colum G - a date
Column I - the names of the 50 people
Column J-M - where I want to place the results of the search.
The aim of search:
Using the name in column I, search columns C-F and find all instances. For each instance, return the corresponding date (column G) and place it in J or K or L or M.
There will be no more than 4 instances of a name in columns C-F
[TABLE="width: 600"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[TD]K[/TD]
[TD]L[/TD]
[TD]M[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Client 1[/TD]
[TD]Client 2[/TD]
[TD]Client 3 [/TD]
[TD]Client 4[/TD]
[TD]Date[/TD]
[TD][/TD]
[TD]Client[/TD]
[TD]Date1[/TD]
[TD]Date2[/TD]
[TD]Date3[/TD]
[TD]Date4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Person 3[/TD]
[TD]Person 4[/TD]
[TD]Person18[/TD]
[TD]Person 40[/TD]
[TD]05/01[/TD]
[TD][/TD]
[TD]Person 1[/TD]
[TD] [/TD]
[TD] [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Person 4[/TD]
[TD]Person7[/TD]
[TD]Person 2[/TD]
[TD]Person 30[/TD]
[TD]05/08[/TD]
[TD][/TD]
[TD]Person 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Person 8[/TD]
[TD]Person 5[/TD]
[TD]Person19[/TD]
[TD]Person9[/TD]
[TD]05/15[/TD]
[TD][/TD]
[TD]Person 3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Person 12[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]05/22[/TD]
[TD][/TD]
[TD]Person 4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am seeking and very much appreciate some help.
I have a table (see below). The table contains:
Colum C-F - names of 50 people, randomly place
Colum G - a date
Column I - the names of the 50 people
Column J-M - where I want to place the results of the search.
The aim of search:
Using the name in column I, search columns C-F and find all instances. For each instance, return the corresponding date (column G) and place it in J or K or L or M.
There will be no more than 4 instances of a name in columns C-F
[TABLE="width: 600"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[TD]K[/TD]
[TD]L[/TD]
[TD]M[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Client 1[/TD]
[TD]Client 2[/TD]
[TD]Client 3 [/TD]
[TD]Client 4[/TD]
[TD]Date[/TD]
[TD][/TD]
[TD]Client[/TD]
[TD]Date1[/TD]
[TD]Date2[/TD]
[TD]Date3[/TD]
[TD]Date4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Person 3[/TD]
[TD]Person 4[/TD]
[TD]Person18[/TD]
[TD]Person 40[/TD]
[TD]05/01[/TD]
[TD][/TD]
[TD]Person 1[/TD]
[TD] [/TD]
[TD] [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Person 4[/TD]
[TD]Person7[/TD]
[TD]Person 2[/TD]
[TD]Person 30[/TD]
[TD]05/08[/TD]
[TD][/TD]
[TD]Person 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Person 8[/TD]
[TD]Person 5[/TD]
[TD]Person19[/TD]
[TD]Person9[/TD]
[TD]05/15[/TD]
[TD][/TD]
[TD]Person 3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Person 12[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]05/22[/TD]
[TD][/TD]
[TD]Person 4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]