minimum value of a range with an "if" condition

C

Carmen

I have a row of numbers that range from 0 to 100. I want to find the minimum number that is also greater than 10, sort of like

=min(A1:A50,">10") which I know will not work. Any help? Thanks in advance.
 
J

JE McGimpsey

One way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN):

=MIN(IF(A1:A50<=10,"",A1:A50))
 

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