How to determine the minimum value?

G

Guest

Does anyone have any suggestions on how to determine the minimum value from a
list? excluding 0 value, such as
10,0,34,66,0,77, then return the minimum value 10
-1, 10, 0,43,88, then return the minimum value -1
Does anyone have any suggestions?
Thank for any suggestions
Eric
 
G

Guest

Hi,

here is an array approach:

MIN(IF(A1:A8<>0,A1:A8,""))

press Ctrl+Shift+Enter to enter the formula.

Cheer,
Shane
 

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