aghaffar82
Board Regular
- Joined
- Jun 13, 2019
- Messages
- 65
- Office Version
- 365
- Platform
- Windows
Hello everyone, I am stuck to find nth smallest value from a range of cells with multiple criteria. I have a formula to extract nth largest values but not being able to reverse that formula to get the nth smallest value.
The formula i'm using to extract nth largest value is as follows:
=SUMPRODUCT(LARGE(($I$2:$I$11>=A17)*($I$2:$I$11<=B17)*($L$2:$L$11),2))
I need to get nth smallest value for the exact same ranges.
Kindly help. Best Regards
The formula i'm using to extract nth largest value is as follows:
=SUMPRODUCT(LARGE(($I$2:$I$11>=A17)*($I$2:$I$11<=B17)*($L$2:$L$11),2))
I need to get nth smallest value for the exact same ranges.
Kindly help. Best Regards