Find 2nd Largest Value

  • Thread starter Thread starter Session101
  • Start date Start date
S

Session101

I have a table in Excel with these values:

100 Tim
50 Rich
80 Fiona
95 Orion


I need functions to return the 2nd largest value. Therefore, in cell
A5, I want to output the value 95. In cell A6, I want to output Orion
using Excel functions. TIA!
 
In A5 use a LARGE formula.
In A6 use a VLOOKUP formula using A5 as part of it.

Regards,
Howard
 
Back
Top