M
msao
Need to take a colum and find the smallest number in it but it must be
greater than 0.01 any help would be great
greater than 0.01 any help would be great
Mike H said:Hi,
Try this ARRAY formula
=MIN(IF(A1:A20>0.01,A1:A20))
This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.
Mike
Glenn said:It returned 0.00, or you think it will so you didn't try it?
0.01.