T Techtrend Member Dec 26, 2016 #1 Neeed vlook up for the largest NO, Details are mentioned in the attached document Attachments Capture large.xls 27.5 KB · Views: 13
Hui Excel Ninja Staff member Dec 26, 2016 #2 A2: =INDEX($K$2:$K$100,MATCH(B2,$L$2:$L$100,0)) Copy down
Ramesh Active Member Dec 26, 2016 #3 I shall perform the following steps: In column B, I shall use the formula to get the top 5 values: Write the formula given below in cell B2 and then copy the same for the remaining cells: Code: =LARGE($L$2:$L$7,ROW(A2)-1) Then, write a Index match function, in cell A2 as given below and copy the same for remaining cells: Code: =INDEX($K$2:$K$7,MATCH(B2,$L$2:$L$7,0))
I shall perform the following steps: In column B, I shall use the formula to get the top 5 values: Write the formula given below in cell B2 and then copy the same for the remaining cells: Code: =LARGE($L$2:$L$7,ROW(A2)-1) Then, write a Index match function, in cell A2 as given below and copy the same for remaining cells: Code: =INDEX($K$2:$K$7,MATCH(B2,$L$2:$L$7,0))