finding a minimum

D

David Netser

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
 
R

Rick Rothstein

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

=MIN(IF(A2:J2>0,A2:J2,""))

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top