Index & Match with Rank

SteveWebb

Board Regular
Joined
Feb 20, 2002
Messages
73
Hello,
Is it feasible to use Rank with Index & Match.

I am trying to achieve:-
Person rank based on skill level for a task
A3:A70 Name of Person
A2:G2 Task
B3:G70 Rank from 1 to 20, 1 being the best. This sheet is named " Skills"

Index & Match would transfer to another sheet named "Admin"via a userform, and will be used to call up any skill shortages for that team from "Skills"


I have looked through this forum and to be honest I am stuck. Some formulas given seem to fit the bill but I really don't understand them fully.

Can I sort within Index & Match as the skills are changeable? or do I sort then Index & Match??

Any help will much appreciated

Thanks
Steve
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hi,

This will give you the rank within the specified skill:

=RANK(INDEX(B2:E8,MATCH(H2,A2:A8,0),MATCH(H3,B1:E1,0)),INDEX(B2:E8,1,MATCH(H3,B1:E1,0)):INDEX(B2:E8,7,MATCH(H3,B1:E1,0)))
Book1
ABCDEFGH
1Nameskillaskillbskillcskilld
2aaa1634Nameccc
3bbb5332Skillskillb
4ccc5430Rank3
5ddd2421
6eee5332
7fff9476
8ggg5532
Sheet2
 
Upvote 0
Fairwinds,
Thank you.

You have shed some light, I was only using Index-Match-Match, now I see it's possible to drill down deeper with Index/Match.
It works, I will now work out hopefully how to get this into my drop down userform on 'Admin'.

Much appreciated :biggrin:

Steve
 
Upvote 0

Forum statistics

Threads
1,215,046
Messages
6,122,852
Members
449,096
Latest member
Erald

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