mart_mrexcel
Active Member
- Joined
- Aug 23, 2008
- Messages
- 310
- Office Version
- 365
- Platform
- Windows
Id like to get the Position where it matches the criteria of Division Code, Subdivision, and Level with the lowest grade. In the source table below, I'm expecting to get the result of Position1 ((D2) where the grade is 11 compared to the other where grades are 99 & 15
A | B | C | D | E | |
1 | Division Code | Sub Division Code | Level | result | |
2 | 50080210 | 50080220 | L1 | Position1 | |
3 | |||||
4 | Position | Division Code | Sub Division Code | Level | Grade |
5 | Position1 | 50080210 | 50080220 | L1 | 11 |
6 | Position4 | 50080210 | 50080220 | L1 | 99 |
7 | Position5 | 50091753 | 50092471 | L2 | 10 |
8 | Position6 | 50080210 | 50080220 | L1 | 15 |
9 |