Show Minimum value

A

Arno

HI,

In cells A1 to A4 I have formulas picking up values from other cells.
If any of them is 'empty' it shows #N/A and it is preventing cell A5
=MIN(A1:A4) from showing the minimum value.

Is there a way to solve this

Thank you!!
 
G

Gary''s Student

=MIN(IF(ISNUMBER(A1:A4),A1:A4,""))
this is an array formula that must be entered with CNTRL-SHFT-ENTER rather
than just the ENTER key
 
A

Arno

Hi,

It has worked straight away.
I really thank you because on my own I would not have made it.

Ciao Grazie Arno :)
 

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