Hi,
I have the below table and what I need is below:
When I choose any team from the dropdown list, I will get the top 3 highest and lowest score for the selected team, then sort the results from lowest to highest for lowest score and highest to lowest for the highest score. I put the desired results table as an example when I select team 1 what should be the result. Can anyone help?
I have the below table and what I need is below:
When I choose any team from the dropdown list, I will get the top 3 highest and lowest score for the selected team, then sort the results from lowest to highest for lowest score and highest to lowest for the highest score. I put the desired results table as an example when I select team 1 what should be the result. Can anyone help?
Xlookup Help with multi criteria.xlsx | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | |||
1 | Desired Result Table | ||||||||||||||||||
2 | Team 1 | Team 2 | Team 3 | Team 4 | Team 5 | Team 6 | Team 7 | Team 8 | Team 9 | Team 10 | Team 1 | ||||||||
3 | Category 1 | 40 | 35 | 40 | 43 | 47 | 46 | 46 | 52 | 52 | 55 | ||||||||
4 | Category 2 | 35 | 25 | 40 | 41 | 46 | 47 | 46 | 50 | 48 | 46 | Category Name | Score | ||||||
5 | Category 3 | 40 | 44 | 37 | 48 | 43 | 43 | 47 | 51 | 50 | 57 | Lowest 3 Score | Category 2 | 35 | |||||
6 | Category 4 | 41 | 25 | 37 | 34 | 44 | 42 | 39 | 51 | 49 | 54 | Category 1 | 40 | ||||||
7 | Category 5 | 45 | 46 | 47 | 50 | 55 | 53 | 52 | 57 | 60 | 62 | Category 10 | 40 | ||||||
8 | Category 6 | 52 | 57 | 52 | 55 | 58 | 58 | 59 | 57 | 63 | 61 | Category 3 | 40 | ||||||
9 | Category 7 | 46 | 48 | 49 | 47 | 52 | 54 | 51 | 54 | 60 | 50 | Category 4 | 41 | ||||||
10 | Category 8 | 58 | 65 | 54 | 62 | 64 | 62 | 66 | 59 | 66 | 71 | Category 13 | 41 | ||||||
11 | Category 9 | 47 | 52 | 50 | 53 | 54 | 56 | 54 | 55 | 62 | 66 | ||||||||
12 | Category 10 | 40 | 44 | 46 | 51 | 51 | 48 | 43 | 51 | 56 | 57 | Highest 3 Score | Category 6 | 52 | |||||
13 | Category 11 | 55 | 63 | 53 | 61 | 54 | 64 | 70 | 58 | 73 | 79 | Category 11 | 55 | ||||||
14 | Category 12 | 50 | 57 | 52 | 56 | 58 | 61 | 56 | 59 | 65 | 71 | Category 8 | 58 | ||||||
15 | Category 13 | 41 | 44 | 47 | 43 | 52 | 51 | 45 | 52 | 53 | 57 | ||||||||
16 | Category 14 | 48 | 60 | 55 | 55 | 61 | 61 | 66 | 65 | 74 | 77 | ||||||||
17 | |||||||||||||||||||
18 | |||||||||||||||||||
Sheet1 |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
O2 | List | =$B$2:$K$2 |