henrybrent1974
New Member
- Joined
- Oct 11, 2017
- Messages
- 19
I am defiantly new to macros. i have learned a lot from this forum but cant seem to figure out how to write this macro.
I am trying to take 3 player from each weekly results based on the previous week. For example, the first week the top 3 players would qualify. In the second week if any of the top 3 are the same as week #1 top 3 the take 4th place and so on. need this to continue for 30 weeks.
[TABLE="class: grid, width: 120"]
<tbody>[TR]
[TD][/TD]
[TD]Week #1
[/TD]
[/TR]
[TR]
[TD]1st
[/TD]
[TD]Jason
[/TD]
[/TR]
[TR]
[TD]2nd
[/TD]
[TD]Troy
[/TD]
[/TR]
[TR]
[TD]3rd
[/TD]
[TD]Mike
[/TD]
[/TR]
[TR]
[TD]4th
[/TD]
[TD]Ricky
[/TD]
[/TR]
[TR]
[TD]5th
[/TD]
[TD]John
[/TD]
[/TR]
[TR]
[TD]6th
[/TD]
[TD]Mark
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 120"]
<tbody>[TR]
[TD][/TD]
[TD]Week #2
[/TD]
[/TR]
[TR]
[TD]1st
[/TD]
[TD]Mike
[/TD]
[/TR]
[TR]
[TD]2nd
[/TD]
[TD]Joe
[/TD]
[/TR]
[TR]
[TD]3rd
[/TD]
[TD]Jake
[/TD]
[/TR]
[TR]
[TD]4th
[/TD]
[TD]Jason
[/TD]
[/TR]
[TR]
[TD]5th
[/TD]
[TD]Bubba
[/TD]
[/TR]
[TR]
[TD]6th
[/TD]
[TD]Trey
[/TD]
[/TR]
</tbody>[/TABLE]
So my qualifiers so for would be:
1. Jason
2. Troy
3. Mike
4. Joe
5. Jake
6. Bubba
Any help would be appreciated so much
I am trying to take 3 player from each weekly results based on the previous week. For example, the first week the top 3 players would qualify. In the second week if any of the top 3 are the same as week #1 top 3 the take 4th place and so on. need this to continue for 30 weeks.
[TABLE="class: grid, width: 120"]
<tbody>[TR]
[TD][/TD]
[TD]Week #1
[/TD]
[/TR]
[TR]
[TD]1st
[/TD]
[TD]Jason
[/TD]
[/TR]
[TR]
[TD]2nd
[/TD]
[TD]Troy
[/TD]
[/TR]
[TR]
[TD]3rd
[/TD]
[TD]Mike
[/TD]
[/TR]
[TR]
[TD]4th
[/TD]
[TD]Ricky
[/TD]
[/TR]
[TR]
[TD]5th
[/TD]
[TD]John
[/TD]
[/TR]
[TR]
[TD]6th
[/TD]
[TD]Mark
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 120"]
<tbody>[TR]
[TD][/TD]
[TD]Week #2
[/TD]
[/TR]
[TR]
[TD]1st
[/TD]
[TD]Mike
[/TD]
[/TR]
[TR]
[TD]2nd
[/TD]
[TD]Joe
[/TD]
[/TR]
[TR]
[TD]3rd
[/TD]
[TD]Jake
[/TD]
[/TR]
[TR]
[TD]4th
[/TD]
[TD]Jason
[/TD]
[/TR]
[TR]
[TD]5th
[/TD]
[TD]Bubba
[/TD]
[/TR]
[TR]
[TD]6th
[/TD]
[TD]Trey
[/TD]
[/TR]
</tbody>[/TABLE]
So my qualifiers so for would be:
1. Jason
2. Troy
3. Mike
4. Joe
5. Jake
6. Bubba
Any help would be appreciated so much