minimum function

K

Ken Johnson

Hi cutyfurby,
this array formula worked for me to return the minimum of A1:A10...

=MINA(IF(A1:A10=0,"",A1:A10))

after typing the formula you must commit it using Ctrl + Shift + Enter

Ken Johnson
 
J

JudithJubilee

Hello cutyfurby,

You need an array formula:

=MIN(IF(E1:E5>0,E1:E5))

You will need to press Ctrl+Shift+Enter to confirm the formula not just Enter

Judith
 
B

Biff

How to find the minimum value in the range exclude zero.

=MIN(IF(A1:A10<>0,A1:A10))

Entered as an array using the key combo of CTRL,SHIFT,ENTER.

Biff
 

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