On this worksheet we're looking for the 5 highest values on column D
The formula here is LARGE(B$3:B$38,1) and so on until LARGE(B$3:B$38,5)
Now on column E we're getting the corresponding value from Column A
We're using the match function with the large function
=MATCH(LARGE(B$3:B$38,1),B3:B38,0) and it works fine until it finds multiple values
On the attached picture the first two return the correct corresponding value which is the number 27 being the highest value and 8 being the 2nd highest value but the third then it start returning number 1 which is the 3rd highest value it finds because then it has 19, 24 and 26
Any idea how to work around this to get all these values
The formula here is LARGE(B$3:B$38,1) and so on until LARGE(B$3:B$38,5)
Now on column E we're getting the corresponding value from Column A
We're using the match function with the large function
=MATCH(LARGE(B$3:B$38,1),B3:B38,0) and it works fine until it finds multiple values
On the attached picture the first two return the correct corresponding value which is the number 27 being the highest value and 8 being the 2nd highest value but the third then it start returning number 1 which is the 3rd highest value it finds because then it has 19, 24 and 26
Any idea how to work around this to get all these values