calculation to ignore a 0 (zero) value

G

Guest

I have a series of calculations that I need to use the MIN formula. the
problem is that many of the cells can have a 0(zero) value and not just
blank. Is there a way to find the minimum value but ignore the 0's? Otherwise
the minimum is always 0.

Thanks
 
G

Guest

Try this array formula:

=MIN(IF(A1:A100>0,A1:A100))

Use Ctrl-Shift-Enter to commit an array formula instead of just Enter. If
done correctly, it should appear with { } around it.

HTH,
Elkar
 
G

Guest

Try Tools, Options, View, and uncheck Zero Values toward the bottom. That
should hide all zero values.
 

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