Thanks I almost have it working. Only problem is the way I have it set up it does the following:
A,7
B,5
C,9
D,7
E,3
If in separate cells I use the LARGE function to create a list of the top three values from column B, and then the MATCH,INDEX function to pull the corresponding data...
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)...