+ Reply to Thread
Results 1 to 7 of 7

Vlookup

Hybrid View

  1. #1
    Registered User
    Join Date
    10-05-2010
    Location
    S.A
    MS-Off Ver
    Excel 2007
    Posts
    99

    Re: Vlookup

    try this code:
    =IF(ISNA(VLOOKUP(Sheet1!A:A,Sheet2!$A$1:$B$5,2,FALSE)),"","Duplicate")
    supposing your data in sheet1&2

  2. #2
    Forum Contributor
    Join Date
    06-18-2010
    Location
    USA
    MS-Off Ver
    Excel 2016
    Posts
    546

    Re: Vlookup

    Quote Originally Posted by noexcel=badwork View Post
    try this code:
    =IF(ISNA(VLOOKUP(Sheet1!A:A,Sheet2!$A$1:$B$5,2,FALSE)),"","Duplicate")
    Just so I am understanding this correctly, the Sheet1 is the sheet where the data is, the A:A is saying to look in all rows of column A?? then again Sheet2 is the sheet where the data I want to compare is, and the $A$1:$B$5$ is the locations in Sheet2 that I am wanting to Compare. What are the 2, False and ""? And I am assuming that "Duplicate" is there because if they are duplicates this is the word that will populate?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1