The Grim Discovery
Board Regular
- Joined
- Jan 23, 2015
- Messages
- 241
- Office Version
- 365
- Platform
- Windows
Hiya
I'm using this formula to index/match the worst perfoming candidate across a series of criteria:
=INDEX(AF2:FH2,MATCH(MIN(AF90:FH90),AF90:FH90,0))
**The row 2 in the formula contains the candidates names which the formula returns while the row 90 is an aggregated average of their scores.***
It works a treat. But how do I adjust it to identify the worst three. I had supposed it would be to adjust the very last digit of the formula from a '0' to a '1' and a '2' respectively. But this returns a n/a error. Help would be brilliant. (Or if further clarity is needed give me a shout.)
Ta
Lord Grimsworthy
I'm using this formula to index/match the worst perfoming candidate across a series of criteria:
=INDEX(AF2:FH2,MATCH(MIN(AF90:FH90),AF90:FH90,0))
**The row 2 in the formula contains the candidates names which the formula returns while the row 90 is an aggregated average of their scores.***
It works a treat. But how do I adjust it to identify the worst three. I had supposed it would be to adjust the very last digit of the formula from a '0' to a '1' and a '2' respectively. But this returns a n/a error. Help would be brilliant. (Or if further clarity is needed give me a shout.)
Ta
Lord Grimsworthy