Hey there, I am trying to create a top 5 list of values from a large table of information. the idea is that you would be able to see which "ATA Chapters" have the highest figure next to them, for example if you look at the attached image "ATA 25 - Equipment & Furnishings" has a total of 5 in its row if you add the numbers up so this would be number 1 in the top 5.
This is not the issue, I am able to generate this list but the problem comes when there are multiple ATA chapters with the same totals for example the table on the right shows "ATA 27 - Flight Controls" as number 2, 3, 4 & 5. I only want this to show as number 2 and then for the formula to look at the next highest figure.
My formulas currently look like this
=LARGE([Total ]1:[Total ]45, 1) - to calculate the total figure in the top 5
=INDEX([ATA Chapter]1:[ATA Chapter]45, MATCH(LARGE([Total ]1:[Total ]45, 1), [Total ]1:[Total ]45, 0)) - to show the ATA chapter name in the top 5