[TABLE="width: 500"]
<tbody>[TR]
[TD]Players
[/TD]
[TD]At Bats
[/TD]
[TD]Batting Avg
[/TD]
[/TR]
[TR]
[TD]Mike
[/TD]
[TD]20
[/TD]
[TD].345
[/TD]
[/TR]
[TR]
[TD]Dave
[/TD]
[TD]18
[/TD]
[TD].266
[/TD]
[/TR]
[TR]
[TD]Nick
[/TD]
[TD]16
[/TD]
[TD].121
[/TD]
[/TR]
[TR]
[TD]Paolo
[/TD]
[TD]12
[/TD]
[TD].215
[/TD]
[/TR]
[TR]
[TD]Vince
[/TD]
[TD]10
[/TD]
[TD].318
[/TD]
[/TR]
</tbody>[/TABLE]
I want to pull the Top 3 batter and their batting average. I can use the max/large functions, but cant get the index or offset to work.
Thanks,
<tbody>[TR]
[TD]Players
[/TD]
[TD]At Bats
[/TD]
[TD]Batting Avg
[/TD]
[/TR]
[TR]
[TD]Mike
[/TD]
[TD]20
[/TD]
[TD].345
[/TD]
[/TR]
[TR]
[TD]Dave
[/TD]
[TD]18
[/TD]
[TD].266
[/TD]
[/TR]
[TR]
[TD]Nick
[/TD]
[TD]16
[/TD]
[TD].121
[/TD]
[/TR]
[TR]
[TD]Paolo
[/TD]
[TD]12
[/TD]
[TD].215
[/TD]
[/TR]
[TR]
[TD]Vince
[/TD]
[TD]10
[/TD]
[TD].318
[/TD]
[/TR]
</tbody>[/TABLE]
I want to pull the Top 3 batter and their batting average. I can use the max/large functions, but cant get the index or offset to work.
Thanks,