Excel 2002 Min Function
Try this array formula:
=MIN(IF(A1:A100,A1:A10,""))
Array formulas must be entered with CTRL-SHIFT-ENTER instead of just Enter.
If done properly, the formula should be enclosed in { }.
HTH,
Elkar
"ELB" wrote:
How can I use the MIN function to return the smallest number that is greater
than 0?
Thanks
--
ELB
|