Nov 5, 2002 #1 daggers Technical User Sep 10, 2002 13 GB Hi, Don't know if this is a stupid quesiton, but here goes: If I want the highest number from a list, I would use =MAX(Ax:Ay). However, how do I get Excel to extract the 2 highest numbers from the same list?? Or the 3 highest etc. Thanks
Hi, Don't know if this is a stupid quesiton, but here goes: If I want the highest number from a list, I would use =MAX(Ax:Ay). However, how do I get Excel to extract the 2 highest numbers from the same list?? Or the 3 highest etc. Thanks
Nov 5, 2002 #2 xlhelp Instructor Dec 7, 2001 2,976 CA =large(ax:ay,1) =large(ax:ay,2) etc. Upvote 0 Downvote
Nov 5, 2002 #3 DaleWatson123321 Programmer Jun 12, 2001 1,788 CA =Large(list,1) for your 1st largest, =Large(list,2) for your 2nd largest, =Large(list,3) for your 3rd largest, etc. Hope this helps. Regards, ...Dale Watson dwatson@bsi.gov.mb.ca Upvote 0 Downvote
=Large(list,1) for your 1st largest, =Large(list,2) for your 2nd largest, =Large(list,3) for your 3rd largest, etc. Hope this helps. Regards, ...Dale Watson dwatson@bsi.gov.mb.ca