• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need vlook up for the largest NO,

Techtrend

Member
Neeed vlook up for the largest NO,
Details are mentioned in the attached document
 

Attachments

  • Capture large.xls
    27.5 KB · Views: 13
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))
 
Back
Top