Hi Everyone good Morning, Afternoon, Evening, Night
I was working on some data to find the rank based on multiple column criteria, can any one please help me out with the formula.
following data is as follows.
Input
Output
Please help me out with the formula
Thanks & Regards
Ravi
I was working on some data to find the rank based on multiple column criteria, can any one please help me out with the formula.
following data is as follows.
Input
Section | Student Name | Score |
A1 | BJNNU | 245 |
A1 | DBVDB | 234 |
A1 | HKULJ | 116 |
A1 | HYFBN | 211 |
A1 | JGJO | 160 |
A1 | NNVBJDF | 230 |
A1 | XXCX | 262 |
A1 | ZVBSKJD | 245 |
A2 | ABEHR | 325 |
A2 | ASBA | 265 |
A2 | DFHBWEN | 420 |
A2 | DFN | 180 |
A2 | DN | 311 |
A2 | HWEQH | 124 |
A2 | SBDND | 464 |
A2 | SBHRN | 452 |
A2 | SDNHW | 382 |
A2 | WBHEHW | 195 |
Output
Section | Student Name | Score | Rank |
A1 | BJNNU | 245 | 2 |
A1 | DBVDB | 234 | 4 |
A1 | HKULJ | 116 | 8 |
A1 | HYFBN | 211 | 6 |
A1 | JGJO | 160 | 7 |
A1 | NNVBJDF | 230 | 5 |
A1 | XXCX | 262 | 1 |
A1 | ZVBSKJD | 245 | 3 |
A2 | ABEHR | 325 | 5 |
A2 | ASBA | 265 | 7 |
A2 | DFHBWEN | 420 | 3 |
A2 | DFN | 180 | 9 |
A2 | DN | 311 | 6 |
A2 | HWEQH | 124 | 10 |
A2 | SBDND | 464 | 1 |
A2 | SBHRN | 452 | 2 |
A2 | SDNHW | 382 | 4 |
A2 | WBHEHW | 195 | 8 |
Please help me out with the formula
Thanks & Regards
Ravi