Open In App

How to Find Duplicate Values in Excel Using VLOOKUP?

In this article, we will look into how we can use the VLOOKUP to find duplicate values in Excel.

 To do so follow the below steps:



Created Two Columns 

=VLOOKUP(List1,List2,TRUE,FALSE)

Here Himesh is duplicate value

Here we drag the formulated Cells

Using VLOOKUP to find duplicate values in two Excel worksheets

We can also use the VLOOKUP to find duplicate values between two Excel worksheets. To do so follow the below steps:



Two Workbooks

=IF(ISERROR(VLOOKUP(A2,'Section A'!A1:A10,1,0)),"Unique","Duplicate")

Section A and Section B on different workbooks

Using VLOOKUP to find duplicates in two Workbooks of Excel

We can also use the VLOOKUP to find duplicate values between two Excel workbooks. To do so follow the below steps:

New Workbook

Another workbook named Sheet1

=IF(ISERROR(VLOOKUP(B2,[VL]Section A!$A$2:$A$10,1,0)),"Unique", "Duplicate")

Result

Article Tags :