Sudheer121
New Member
- Joined
- Oct 28, 2020
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
I am getting nth smallest value with multiple criteria but couldnt get the position of it.
I need postition to lookup other values in the same row of the nth smallest
I used the following formulas
=IF(AK$2=0,"",IFERROR(SMALL(IF($K$4:$K$20=AK$2,$I$4:$I$20),$U$4:$U$20),""))
No issue with this formula, but following is not working
=+INDEX($J$4:$J$20,SMALL(IF(AND($I$4:$I$20=AK4,$K$4:$K$20=$AK$2),ROW($I$4:$I$20)-ROW($I$4)+1),COUNTIF($AK$4:AK4,AK4)))
Pls suggest
I need postition to lookup other values in the same row of the nth smallest
I used the following formulas
=IF(AK$2=0,"",IFERROR(SMALL(IF($K$4:$K$20=AK$2,$I$4:$I$20),$U$4:$U$20),""))
No issue with this formula, but following is not working
=+INDEX($J$4:$J$20,SMALL(IF(AND($I$4:$I$20=AK4,$K$4:$K$20=$AK$2),ROW($I$4:$I$20)-ROW($I$4)+1),COUNTIF($AK$4:AK4,AK4)))
Pls suggest