Formula VLOOKUP while ranking values

astrophys

New Member
Joined
Apr 21, 2017
Messages
14
Hello,

I have a total of 3 worksheets. On the first two, I have a formula to rank the averages of each player. And, I have created a FINAL worksheet to include player's rank and at the same time I want them to sort (lowest to highest) from their average on the previous 2 sheets. I have attached an example and currently have the players from Sheet1 how I want them...now I just need to incorporate Sheet2 to where Bell should appear between Brown and Evans on the FINAL worksheet and so on. There is no option for me to attach, so below are my tables (sorry). Can someone please assist me?

The formula thus far on the FINAL worksheet for the RANK column:
=IFERROR(SMALL(Sheet1!$A$3:$A$250,ROWS(FINAL!$A$3:$A3)),"")

For the REMAINING columns:
=IFERROR(VLOOKUP($A3,Sheet1!$A$3:$F$5,COLUMNS(FINAL!$B3:B3)+1,0),"")

Thank you in advance!

SHEET1
RANK
NAME
AGE
JS
JJ
SB
AVG
2
Evans
22.5
1
2
3
2.00
3
Beckham
22.0
3
3
1
2.33
1
Brown
21.0
2
1
2
1.67

<tbody>
</tbody>


SHEET2
RANK
NAME
AGE
JS
JJ
SB
AVG
3
Johnson
25.6
1
5
3
3.00
1
Elliot
22.0
3
3
1
2.33
1
Bell
25.5
2
1
2
1.67

<tbody>
</tbody>


FINAL
RANK
NAME
AGE
JS
JJ
SB
1
Brown
21.0
2
1
2
2
Evans
22.5
1
2
3
3
Beckham
22.0
3
3
1

<tbody>
</tbody>
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,215,480
Messages
6,125,053
Members
449,206
Latest member
Healthydogs

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top