• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Finding the highest and lowest numbers

bines53

Active Member
Hello Friend !
I want to get the five cells with the highest numbers and the lowest, the location of
These cells.

Thank you !
 

Attachments

Hello Friend !
I want to get the five cells with the highest numbers and the lowest, the location of
These cells.

Thank you !
Hi,

The highest numbers are below.

What would you like to return for each of these?
Similarly, what do you want for the 5 smallest numbers, with repeats there are 22 of those?


24
22
21
21
21
21
21
20
20
20
19
19
19
 
Hi Mike ,
I am looking for the formula cell address,For example 24 = M3
Or answer it is a combination of two numbers 12 and 2
Thank you !
,
 
Last edited:
Hi Mike ,
I am looking for the formula cell address,For example 24 = M3
Or answer it is a combination of two numbers 12 and 2
Thank you !
,
Hi,

Struggled with this because of the duplicate numbers but this seems to work, 2 new columns. 'Larger to small' and the number at that address.
 

Attachments

Last edited:
Hi Mike ,
Thanks for the great solution!
Is there a way to solve instead of getting the answer M3, have 12 and 2?

David,

Thank you !
 
Hi Mike ,
Thanks for the great solution!
Is there a way to solve instead of getting the answer M3, have 12 and 2?

David,

Thank you !
Hi,

There may be but right now in the UK it's very late and I'm going to bed. I'll look again tomorrow.
 
Hi Somendra,

I checked with ten cells with the highest numbers and the lowest,And I have a problem with the formulas of the row.I emphasized some of them with black font.

Thank you !

David
 

Attachments

Hi David,

I tried to check some possibility with the initial formula but missed this one. See this file it take care of it. Just check for other possibilities.

Regards,
 

Attachments

Hi Somendra,

I want to convert the formula of the column, to function AGGREGATE,
with the row I was able to convert.

Thank you !
 
Hi Somendra,

Beautiful!

There is little difference, now, when the two values are equal in a row, it returns the first result of the far column.

Thank you !

David
 
Hi Somendra,

I made a small change,
=AGGREGATE(15,6,($B$1:$U$1)/($B$2:$U$21=X2)/($A$2:$A$21=Y2),COUNTIFS(Y$2:Y2,Y2,X$2:X2,X2))

Thanks for your help !

David
 
Last edited:
Back
Top