Jan Kalop
Active Member
- Joined
- Aug 3, 2012
- Messages
- 389
=INDEX(F$44:F$79,SMALL(IF($S$44:$S$79=$S$42,ROW($S$44:$S$79)-ROW($S$44)+1),ROWS($A$1:A1)))
It is possible change above formula in section =$S$42 to options biger and smaller at the same time (for sample >$S$42-3 and <$S$42+1)
Both below are obviously not working:
=INDEX(F$44:F$79,SMALL(IF($S$44:$S$79=AND(>$S$42-3,<$S$42+1),ROW($S$44:$S$79)-ROW($S$44)+1),ROWS($A$1:A1)))
or
=INDEX(F$44:F$79,SMALL(IF($S$44:$S$79=AND($S$44:$S$79>$S$42-3,$S$44:$S$79<$S$42+1),ROW($S$44:$S$79)-ROW($S$44)+1),ROWS($A$1:A1)))
It is possible change above formula in section =$S$42 to options biger and smaller at the same time (for sample >$S$42-3 and <$S$42+1)
Both below are obviously not working:
=INDEX(F$44:F$79,SMALL(IF($S$44:$S$79=AND(>$S$42-3,<$S$42+1),ROW($S$44:$S$79)-ROW($S$44)+1),ROWS($A$1:A1)))
or
=INDEX(F$44:F$79,SMALL(IF($S$44:$S$79=AND($S$44:$S$79>$S$42-3,$S$44:$S$79<$S$42+1),ROW($S$44:$S$79)-ROW($S$44)+1),ROWS($A$1:A1)))
Last edited: