Current location - Loan Platform Complete Network - Big data management - The following set of data: Find the largest number in column A and return the corresponding value in column B; then return the second, third... Large values, duplicates to be found together
The following set of data: Find the largest number in column A and return the corresponding value in column B; then return the second, third... Large values, duplicates to be found together
Repeated values, we must add a correction value in the formula, VLOOKUP function can not be resolved, you can use INDEX or OFFSET function to solve.

=INDEX(B:B,MATCH(LARGE($A$1:$A$100*10^4-ROW($A$1:$A$100),ROW(A1)),$A$1:$A$100*10^4-ROW($A$1:$A$100),),)

Press CTRL+SHIFT+ENTER to end

Press CTRL+SHIFT+ENDER. ENTER to end

Scroll down the formula and you're done