In Excel, I need to now how to pick the second highest number in .

G

Guest

I am attempting to do inventory analsysis where I need to pick the highest
and second highest values from a row of numbers. I can get the highest by
using the MAX function....how do I get the second highest number?
 
K

Kevin H. Stecyk

Hi Keith,

I found this solution in Google archives.

Chris Nelson Sep 14 1997, 12:00 am
Newsgroups: microsoft.public.excel.programming
From: "Chris Nelson"
Date: 1997/09/14
Subject: Re: Excel formula problem - Help!


The function you seek is LARGE([range],[rank]). So to find the
second largest value in A1:D1 you'd use:
=large(A1:D1,2).

----------

Hope this helps.

Kevin

Keith wrote...
 
G

Guest

Thank you very much!!

Kevin H. Stecyk said:
Hi Keith,

I found this solution in Google archives.

Chris Nelson Sep 14 1997, 12:00 am
Newsgroups: microsoft.public.excel.programming
From: "Chris Nelson"
Date: 1997/09/14
Subject: Re: Excel formula problem - Help!


The function you seek is LARGE([range],[rank]). So to find the
second largest value in A1:D1 you'd use:
=large(A1:D1,2).

----------

Hope this helps.

Kevin

Keith wrote...
I am attempting to do inventory analsysis where I need to pick the highest
and second highest values from a row of numbers. I can get the highest by
using the MAX function....how do I get the second highest number?
 

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