I am using the LARGE function to pull the highest number from a range...pretty simple. What I want to do is also pull the adjacent data from whatever was selected in the LARGE equation.
Example:
Alpha,3
Delta,2
Beta,1
If column 2 is the number range, the LARGE equation =LARGE(B1:B3,1) would pull "3" assuming I wanted the highest number. Where I get stuck is when the result is pulled, I want the adjacent cell to pull the "Alpha", or cell A1.
So if the LARGE equation was in another worksheet in Cell A1, I would want cell A2 to pull the data in range (A1:A3) that corresponded to what the LARGE equation pulled in A1.
Example:
Alpha,3
Delta,2
Beta,1
If column 2 is the number range, the LARGE equation =LARGE(B1:B3,1) would pull "3" assuming I wanted the highest number. Where I get stuck is when the result is pulled, I want the adjacent cell to pull the "Alpha", or cell A1.
So if the LARGE equation was in another worksheet in Cell A1, I would want cell A2 to pull the data in range (A1:A3) that corresponded to what the LARGE equation pulled in A1.