Min. Value is Needed

G

Guest

I am trying to determine the min value of a column using the MIN command.

The column has the following values:
2
34
6
0
0
1

I would the minium value greater then zero to be displayed in a cell. I
have been able to use the Max command to determine the mx number but and Min
command displays 0 or if I setup a negative number it will display that
value.

Any suggestions?
 
G

Guest

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

Enter with Ctrl+Shift+Enter (an array formula). You will {} brackets
enclosing the formula if entered correctly.

HTH
 

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