svendiamond
Well-known Member
- Joined
- Jun 13, 2014
- Messages
- 1,504
- Office Version
- 365
- Platform
- Windows
=SMALL(IF(X_LANE=D2,X_TIME),1)
CTRL+SHIFT+ENTER
Is working fine for me, returning the smallest value in my array "X_TIME" when "X_LANE" equals D2. However, I want to try this:
=SMALL(IF(OR(X_LANE=D2,X_LANE=C2),X_TIME),1)
But excel is returning the smallest value in my array "X_TIME" regardless of my conditions. Can anyone help me come up with a formula to find the smallest value in an array when either one of my two conditions are true?
CTRL+SHIFT+ENTER
Is working fine for me, returning the smallest value in my array "X_TIME" when "X_LANE" equals D2. However, I want to try this:
=SMALL(IF(OR(X_LANE=D2,X_LANE=C2),X_TIME),1)
But excel is returning the smallest value in my array "X_TIME" regardless of my conditions. Can anyone help me come up with a formula to find the smallest value in an array when either one of my two conditions are true?