Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am creating a spreadsheet that shows the results of a marching band
competition. The awards are given by class, 1st, 2nd and 3rd place. I will have the following: Name Class Score School 1 A 99 School 2 A 98 School 3 AA 52 etc. If I knew that there would always be X schools in a class, the ranking formula would be easy. But, for every competition, there could be a different number of schools in each class. So, I want to enter on sheet 1 the schools, classes and scores, and on the second sheet have it calculate who got the best score in class A, who got the best in class AA, and so on. Possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MATCH(C2,LARGE(IF($B$2:$C$13=B2,$C$2:$C$13),ROW(I NDIRECT("1:"&COUNTIF($B$2:
$B$13,B2)))),0) which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Trelaina" wrote in message ... I am creating a spreadsheet that shows the results of a marching band competition. The awards are given by class, 1st, 2nd and 3rd place. I will have the following: Name Class Score School 1 A 99 School 2 A 98 School 3 AA 52 etc. If I knew that there would always be X schools in a class, the ranking formula would be easy. But, for every competition, there could be a different number of schools in each class. So, I want to enter on sheet 1 the schools, classes and scores, and on the second sheet have it calculate who got the best score in class A, who got the best in class AA, and so on. Possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
return multiple rows of data based on criteria | Excel Worksheet Functions | |||
Calculating an average based on 2 and 3 criteria | Excel Worksheet Functions | |||
caluculate an average based on 2 criteria | Excel Discussion (Misc queries) | |||
returning a value based on mulitple criteria | Excel Worksheet Functions | |||
Formula to determine a future date based on criteria | Excel Worksheet Functions |