List Ranking

Peter1973

Well-known Member
Joined
May 13, 2006
Messages
957
Im trying to return a rank based on 3 columns :
In A1:A100 i have names, in B1:B100 i have a list of skills (for this they will be A,B,C or D), in C1:C100 i have a number.

I need to the formula to look in Column A for the colleagues then in column B for the skill and then return the rank from those who match both columns based on who has the highest number in column C.

Hope that makes sense any help appreciated.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hello Peter

What should be matched in column A?
Please provide either a mini sheet with XL2bb or a shared link to sample workbook.
And provide the intended outcome.
 
Upvote 0
Your right column A is irrelevant its only column B and C so all the cells in column B with the same skill then their rank based on the value in column C with the highest value being the lowest rank.
 
Upvote 0
Mappe3
FGH
1NameSkillNumber
2DorisA88
3AxelA5
4EvaB6
5BorisC55
6ChrisD44
7FrankD33
Tabelle1
Cell Formulas
RangeFormula
F2:H7F2=SORT(SORT(A2:C7,3,-1),2,1)
Dynamic array formulas.
 
Upvote 0
Thanks but how do i get in F to be a rank not the name ie Doris would be rank 2 and Axle rank 1?
 
Upvote 0
I ask you again to provide sample data with the expected outcome.
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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