CreativeRova
New Member
- Joined
- Dec 12, 2013
- Messages
- 49
Hi,
i have a table that i want to extract from. 1st 2nd 3rd etc
eg
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]team
[/TD]
[TD]average
[/TD]
[TD][/TD]
[TD]position
[/TD]
[TD]TEAM
[/TD]
[/TR]
[TR]
[TD]GIANTS
[/TD]
[TD]1.000
[/TD]
[TD][/TD]
[TD]FIRST
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TWINS
[/TD]
[TD]0.000
[/TD]
[TD][/TD]
[TD]SECOND
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RED SOX
[/TD]
[TD]0.750
[/TD]
[TD][/TD]
[TD]THIRD
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]METS
[/TD]
[TD]0.500
[/TD]
[TD][/TD]
[TD]FOURTH
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
See above. in B5 i want it to automatically choose the highest average team and display the team name.
i.e - First will be Giants as their average is highest.
I know the formula to sort hjighest is large(b2:b5,1) and so on but that return the average not the team name how do i use the offset formula with LARGE to return the name?
i have a table that i want to extract from. 1st 2nd 3rd etc
eg
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]team
[/TD]
[TD]average
[/TD]
[TD][/TD]
[TD]position
[/TD]
[TD]TEAM
[/TD]
[/TR]
[TR]
[TD]GIANTS
[/TD]
[TD]1.000
[/TD]
[TD][/TD]
[TD]FIRST
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TWINS
[/TD]
[TD]0.000
[/TD]
[TD][/TD]
[TD]SECOND
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RED SOX
[/TD]
[TD]0.750
[/TD]
[TD][/TD]
[TD]THIRD
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]METS
[/TD]
[TD]0.500
[/TD]
[TD][/TD]
[TD]FOURTH
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
See above. in B5 i want it to automatically choose the highest average team and display the team name.
i.e - First will be Giants as their average is highest.
I know the formula to sort hjighest is large(b2:b5,1) and so on but that return the average not the team name how do i use the offset formula with LARGE to return the name?