minimum formual help

S

scott

Simple but can not get this. I have just 12 cells need to pick out the
minimum excluding 0. Tried =min(if(b1:b13<>0)) and entered as an arrary.comes
back as error with 0 highlighted. Any help would be appreciated

Thanks Scott
 
R

Roger Govier

Hi Scott
try array entering the formula
{=MIN(IF(B1:B13<>0, B1:B13,""))}

To enter, or amend an array formula, use Control+Shift+Enter (CSE) not just
Enter.
Do not type the curly braces { } yourself, if you use CSE, Excel will
insert them for you.
 
Top