Find the lowest value in a list linking it to a description.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In an Excel spreadsheet I have a long list of values for which I would like
to determine the smallest value and also bring along with it the description
of the value. For example:
D4 25 (the smallest value in the list), A4 JoeB (value description)
 
=INDEX(A2:A200,MATCH(MIN(D2:D200),D2:D200,0))

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 

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