View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default finding a minimum

You can use this array-entered** formula to do that...

=MIN(IF(A2:J20,A2:J2,""))

**commit this formula using Ctrl+Shift+Enter, not just Enter by itself

--
Rick (MVP - Excel)


"David Netser" wrote in message
...
how can i find a the smallest number in a row (min function), provided
that
its not zero. i am looking for something which is equivalent to sumif.
thanks, david