Akinrotimi
Board Regular
- Joined
- Aug 8, 2011
- Messages
- 87
Hello,
I have a dataset where I want to locate the person with a value in a particular row.
The table below is on range A1:E5
[TABLE="width: 500"]
<tbody>[TR]
[TD]Boyle[/TD]
[TD]Hayle[/TD]
[TD]Coyle[/TD]
[TD]Neli[/TD]
[TD]Coile[/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]0[/TD]
[TD]178[/TD]
[TD]139[/TD]
[TD]-142[/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]0[/TD]
[TD]178[/TD]
[TD]139[/TD]
[TD]-142[/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]0[/TD]
[TD]178[/TD]
[TD]139[/TD]
[TD]-142[/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]0[/TD]
[TD]178[/TD]
[TD]139[/TD]
[TD]-142[/TD]
[/TR]
</tbody>[/TABLE]
I want to search for the recipient of any value on any row,for example 139 should be Neli for all the rows in the above example.
Expected result is :
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]BOYLE[/TD]
[/TR]
[TR]
[TD]178[/TD]
[TD]COYLE[/TD]
[/TR]
[TR]
[TD]139[/TD]
[TD]NELI[/TD]
[/TR]
[TR]
[TD]-142[/TD]
[TD]COILE[/TD]
[/TR]
</tbody>[/TABLE]
Every help would be appreciated.
Thanks
I have a dataset where I want to locate the person with a value in a particular row.
The table below is on range A1:E5
[TABLE="width: 500"]
<tbody>[TR]
[TD]Boyle[/TD]
[TD]Hayle[/TD]
[TD]Coyle[/TD]
[TD]Neli[/TD]
[TD]Coile[/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]0[/TD]
[TD]178[/TD]
[TD]139[/TD]
[TD]-142[/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]0[/TD]
[TD]178[/TD]
[TD]139[/TD]
[TD]-142[/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]0[/TD]
[TD]178[/TD]
[TD]139[/TD]
[TD]-142[/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]0[/TD]
[TD]178[/TD]
[TD]139[/TD]
[TD]-142[/TD]
[/TR]
</tbody>[/TABLE]
I want to search for the recipient of any value on any row,for example 139 should be Neli for all the rows in the above example.
Expected result is :
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]-175[/TD]
[TD]BOYLE[/TD]
[/TR]
[TR]
[TD]178[/TD]
[TD]COYLE[/TD]
[/TR]
[TR]
[TD]139[/TD]
[TD]NELI[/TD]
[/TR]
[TR]
[TD]-142[/TD]
[TD]COILE[/TD]
[/TR]
</tbody>[/TABLE]
Every help would be appreciated.
Thanks