Top 3 numbers in a list

D

Darin Kramer

Howdie... :)

Cells a1: a10 have numbers in them between 1 and 4
I want to know what the top 3 max numbers are

eg a1 = 3, a2 =3 a3 = 2 d3 to d10 = 0 then top 3 are 3, 3, 2

eg 2 if a1 = 3 and a2 to d 9 = 0 then only one max would be 3

eg if a1 = 2 b2 =2 c2 = 2 d1 = 1 c1 = 0, then top three max would be 2,
2 and 2.

ANy ideas...
(countif would work but seems to take a long time to write the formulae
to exclude the previous results....

Thanks

D



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
P

paul_black27

Hi Darin,

In Cell A12 Use Formula =LARGE(A$1:A$10,1)
In Cell A13 Use Formula =LARGE(A$1:A$10,2)
In Cell A14 Use Formula =LARGE(A$1:A$10,3)

HTH
All the Best.
Paul
 

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