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

VLookup

Kabelo

New Member
Hi,

I have got some sheet with duplicate numbers and I have used the Vlookup but it only displays the first values, for other values it displays #NA and I need to display those numbers for other duplicate values.

I have attached my sheet.

May you please assist.

Regards,
Kabelo
 

Attachments

  • Duplicates VLOOKUP.xlsx
    8.9 KB · Views: 17
Or you have to lock the area from the second sheet. Your data is placed only in A1:B2, so adda $ sign to lock it:
=VLOOKUP (A:A;Sheet2!A$1$:$B$2;2;FALSE)

Otherwise, you formula starts to take values from B3; B4; B5 and etc. and those cells have no value.
 
Back
Top