Selecting the 5 highest values

Closed
imz - Jul 28, 2009 at 05:23 AM
 imz - Jul 28, 2009 at 11:03 PM
Hello,
Can someone pls help me on excel

I am trying to select top 5 values from a range of numbers. What macro should I use so that excel figures out the 5 maximum numbers from the range of values. I know its easy to extract the highest value by using MAX(Range) formula but that only gives one value. how can we get 5 highest values

Thanks
Related:

2 responses

venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 811
Jul 28, 2009 at 08:54 PM
use large function
=large(range,1) gives maximum
=large(range,2) gives next lower than maximum
like that use this function. see help
18
Thanks
0