MRT The Duck
New Member
- Joined
- Nov 12, 2019
- Messages
- 4
I am hoping someone can help.
It seems like such an easy thing to do and I just can't find the answer anywhere.
So, I would like to search a range of cells F2:F6 (APPLICATION) for the word "Yes"
The word will be returned in multiple cells and I would like to copy the B2:B6 corresponding cell to another location. I have set out as best I can an example below
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Lead Name[/TD]
[TD]Source[/TD]
[TD]Sub Source[/TD]
[TD]Sub Source Company[/TD]
[TD]Application[/TD]
[/TR]
[TR]
[TD]28/01/2019[/TD]
[TD]Example 1[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 1[/TD]
[TD]Example Sub Source 1[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]30/10/2019[/TD]
[TD]Example 2[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 2[/TD]
[TD]Example Sub Source 2[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]31/01/2019[/TD]
[TD]Example 3[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 3[/TD]
[TD]Example Sub Source 3[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]12/02/2019[/TD]
[TD]Example 4[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 4[/TD]
[TD]Example Sub Source 4[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]13/02/2019[/TD]
[TD]Example 5[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 5[/TD]
[TD]Example Sub Source 5[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
It seems like such an easy thing to do and I just can't find the answer anywhere.
So, I would like to search a range of cells F2:F6 (APPLICATION) for the word "Yes"
The word will be returned in multiple cells and I would like to copy the B2:B6 corresponding cell to another location. I have set out as best I can an example below
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Lead Name[/TD]
[TD]Source[/TD]
[TD]Sub Source[/TD]
[TD]Sub Source Company[/TD]
[TD]Application[/TD]
[/TR]
[TR]
[TD]28/01/2019[/TD]
[TD]Example 1[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 1[/TD]
[TD]Example Sub Source 1[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]30/10/2019[/TD]
[TD]Example 2[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 2[/TD]
[TD]Example Sub Source 2[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]31/01/2019[/TD]
[TD]Example 3[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 3[/TD]
[TD]Example Sub Source 3[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]12/02/2019[/TD]
[TD]Example 4[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 4[/TD]
[TD]Example Sub Source 4[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]13/02/2019[/TD]
[TD]Example 5[/TD]
[TD]Self Generated[/TD]
[TD]Example Source 5[/TD]
[TD]Example Sub Source 5[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]