How to rank values based on multiple criteria.

IVANAROS

New Member
Joined
Apr 30, 2017
Messages
4
I have the spreadsheet below .
Based on the criteria I would like to get a report similar to what I have entered manually on the columns L to N

Screenshot_14.jpg



If the minimum time Is met for the event and appropriate age group then the top ranked athletes can join the available slots ,
If the time for two athletes that are ranking at the bottom of the minimum entry is the same there is an exception and an additional position is created +n ,
The automatic entry time rule ignores the available positions and as long as athletes reach the minimum entry time they can also join
Age groups include u15,u17,u20,senior,master (male and female) how can I do this ?
Also can this be auto generated for each age group, gender and event/ how ?

Thanks
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Formulas that I use
<code>L14 =INDEX($A$1:$A$11,SMALL(IF($E$2:$E$11<12,ROW($E$2:$E$11)),ROW(1:1)))
</code>It doesn't take into account age group and gender and doesn't sort only expected results. also not auto generated based on event
<code> M14 =INDEX(E3:E11,MATCH(M24,A3:A11,0))

N12 =CONCATENATE("Report U 17 M 100M ", M20, " Positions free out of Y( total numbers that meet the minimum time)")

M20= INDEX(J3:J11,MATCH("Number of places in the team"&"U17 M",H3:H11&I3:I11, 0))
</code>The automatic report is not working as you can see..


9b9354746a824a80a00019ba125ba164.png
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,905
Members
449,477
Latest member
panjongshing

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