Hello,
I am looking for a formula that will sort a data set and return a text for the highest number out of the set in C16 down. As you see there are two 9s so the text would display for those numbers if they are the highest.
In the event, I get blindsided as it happens to me a lot. I am also asking for a second formula that would allow for the second-highest to do the same. So if there are two 9s and an a 8 a formula would be able to display text for that one as well.
I attempted to use IF and Max which didn't work out for me and a countif max which I couldn't figure out. Please help.
I am looking for a formula that will sort a data set and return a text for the highest number out of the set in C16 down. As you see there are two 9s so the text would display for those numbers if they are the highest.
In the event, I get blindsided as it happens to me a lot. I am also asking for a second formula that would allow for the second-highest to do the same. So if there are two 9s and an a 8 a formula would be able to display text for that one as well.
I attempted to use IF and Max which didn't work out for me and a countif max which I couldn't figure out. Please help.
Awards Stats.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
2 | j | OSVET | 3 | ||
3 | j | OSVET | 3 | ||
4 | j | OSVET | 3 | ||
5 | k | OSVET | 3 | ||
6 | k | OSVET | 3 | ||
7 | k | OSVET | 3 | ||
8 | |||||
9 | |||||
10 | |||||
11 | |||||
12 | |||||
13 | |||||
14 | |||||
15 | osvet | ||||
16 | j | 9 | |||
17 | k | 9 | |||
18 | 0 | ||||
19 | 0 | ||||
20 | 0 | ||||
21 | 0 | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C2:C11 | C2 | =IFERROR(VLOOKUP(B2,Sheet2!$A$2:$B$6,2,FALSE),"") |
B16:B21 | B16 | =SUMIFS($C$2:$C$11,$A$2:$A$11,A16,$B$2:$B$11,$B$15) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B16:B21 | Cell Value | contains "" | text | NO |