How to Find Duplicate Values in Excel Using VLOOKUP (original) (raw)

Last Updated : 26 May, 2025

Excel is a great tool for working with data. One of its handy features is the VLOOKUP function, which helps you find matching or duplicate values in your data. In this article, we’ll show you how to use VLOOKUP to spot duplicates in a simple way. You’ll learn how to compare two columns in one sheet, check for duplicates across two sheets, and even find duplicates between two different Excel files.

How to Find Duplicate Values in Excel Using VLOOKUP

Find the detailed steps to use VLOOKUP in Excel to find duplicates in your Excel data. Here in this guide, we have created two columns of different sections to check the VLOOKUP formula on columns:

Created Two Columns

****=VLOOKUP(List1,List2,TRUE,FALSE)**

Step 1: Deploy VLOOKUP

Here Himesh is duplicate value

Step 2: Verify Result

Here we drag the formulated Cells

**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:

Step 1: Choose the Worksheets

Two Workbooks

Step 2: Use VLOOKUP

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

Section A and Section B on different workbooks

**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:

Step 1: Choose Workbooks

New Workbook

Another workbook named Sheet1

Step 2: Use VLOOKUP

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

Result