R
Rene
I'm looking for a formula that will find the MIN if 'b' is in the m column
=MINIF(M2:M10,"b",F2:F10)
excel 2007
=MINIF(M2:M10,"b",F2:F10)
excel 2007
T. Valko said:Try this array formula** :
=MIN(IF(M2:M10="B",F2:F10))
** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)