Steviefiege
Board Regular
- Joined
- Aug 29, 2018
- Messages
- 66
Hi,
One day i'll get my head around how to you these 2 functions properly.
I want to find my best Goalkeeper out of a list of players. In my sheet so far i have the position & the highest rating for that position, i just need to match the position with the rating to get the player. Sounds so easy, i can just never get my head around it.
<tbody>
[TD="class: xl65, colspan: 2"]Goalkeeper[/TD]
[TD="class: xl66, width: 64"][/TD]
[TD="class: xl67, width: 64"]55.77[/TD]
</tbody>[TABLE="width: 256"]
<tbody>[TR]
[TD="colspan: 2"][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
<tbody>
[TD="class: xl67"]Kongolo, Rodney[/TD]
[TD="class: xl69, width: 130"]Advanced Playmaker[/TD]
[TD="class: xl71, width: 89"]45.00[/TD]
[TD="class: xl67, width: 200"]Kongolo, Rodney[/TD]
[TD="class: xl69"]Attacking Midfielder[/TD]
[TD="class: xl71"]47.92[/TD]
[TD="class: xl67, width: 200"]Kongolo, Rodney[/TD]
[TD="class: xl69"]Advanced Playmaker2[/TD]
[TD="class: xl71"]45.00[/TD]
[TD="class: xl68, width: 200"]Lawlor, Ian[/TD]
[TD="class: xl69"]Goalkeeper[/TD]
[TD="class: xl71"]55.77[/TD]
[TD="class: xl67, width: 200"]Leverton, James[/TD]
[TD="class: xl69"]Goalkeeper[/TD]
[TD="class: xl71"]35.00[/TD]
[TD="class: xl67, width: 200"]Lund, Mitchell[/TD]
[TD="class: xl69"]Full Back (Right)[/TD]
[TD="class: xl71"]54.29[/TD]
[TD="class: xl67, width: 200"]Lund, Mitchell[/TD]
[TD="class: xl69"]Central Defender[/TD]
[TD="class: xl71"]51.25[/TD]
</tbody>
Rgs
Steve
One day i'll get my head around how to you these 2 functions properly.
I want to find my best Goalkeeper out of a list of players. In my sheet so far i have the position & the highest rating for that position, i just need to match the position with the rating to get the player. Sounds so easy, i can just never get my head around it.
<tbody>
[TD="class: xl65, colspan: 2"]Goalkeeper[/TD]
[TD="class: xl66, width: 64"][/TD]
[TD="class: xl67, width: 64"]55.77[/TD]
</tbody>
<tbody>[TR]
[TD="colspan: 2"][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
<tbody>
[TD="class: xl67"]Kongolo, Rodney[/TD]
[TD="class: xl69, width: 130"]Advanced Playmaker[/TD]
[TD="class: xl71, width: 89"]45.00[/TD]
[TD="class: xl67, width: 200"]Kongolo, Rodney[/TD]
[TD="class: xl69"]Attacking Midfielder[/TD]
[TD="class: xl71"]47.92[/TD]
[TD="class: xl67, width: 200"]Kongolo, Rodney[/TD]
[TD="class: xl69"]Advanced Playmaker2[/TD]
[TD="class: xl71"]45.00[/TD]
[TD="class: xl68, width: 200"]Lawlor, Ian[/TD]
[TD="class: xl69"]Goalkeeper[/TD]
[TD="class: xl71"]55.77[/TD]
[TD="class: xl67, width: 200"]Leverton, James[/TD]
[TD="class: xl69"]Goalkeeper[/TD]
[TD="class: xl71"]35.00[/TD]
[TD="class: xl67, width: 200"]Lund, Mitchell[/TD]
[TD="class: xl69"]Full Back (Right)[/TD]
[TD="class: xl71"]54.29[/TD]
[TD="class: xl67, width: 200"]Lund, Mitchell[/TD]
[TD="class: xl69"]Central Defender[/TD]
[TD="class: xl71"]51.25[/TD]
</tbody>
Rgs
Steve