Minimum but One??

  • Thread starter Thread starter twogoodtwo
  • Start date Start date
T

twogoodtwo

Can anyone tell me how I can look up the "minimum but one" in a range of
cells??

There must be a way

Thanks in advance
 
If you want the minimum use
=SMALL(A1:A100,1)
if you want the 2nd smallest value then use
=SMALL(A1:A100,2)
 

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

Back
Top