View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar Elkar is offline
external usenet poster
 
Posts: 964
Default 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