• 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.

How to get result value of 2nd instance instead of 1st when using Vlookup or Index/match??

superexcelks

New Member
Hello Everyone,

kindly please help me with the correct formulae I could use to get results of 2nd record instead of 1st record when using Vlookup or Index & Match formula.

My data looks like as mentioned below.

Employee Sales
ABC 100
XYZ 200
ABC 300

Now when I do vlookup to search sales value from column B1 for employee ABC it always returns 100 only whereas If I am doing search on 3rd Row it should return 300.
 
Look at this workbook and the VBA included. Make sure you use the last option and indicate 2 for second item.
 

Attachments

  • MLOOKUP.xlsm
    66.7 KB · Views: 6
superexcelks

Checking, I noticed that you need to show the 2nd value, then you have another solution

I hope I have helped

Decio
 

Attachments

  • Exemplo Decio.xlsx
    9.6 KB · Views: 5
Alternately, you can use helping column and apply running countif and then put formal vlookup with 2
 
Back
Top