+ Reply to Thread
Results 1 to 6 of 6

Finding Duplicates Across Multiple Worksheets

  1. #1
    Registered User
    Join Date
    08-04-2020
    Location
    Montgomery, AL
    MS-Off Ver
    10
    Posts
    6

    Finding Duplicates Across Multiple Worksheets

    Hi,

    I'm new to the forum and have a dilemma. My supervisor wants me to look for duplicate client numbers across four worksheets from a master sheet and I don't know where to start! I don't even know what formula to use. Here's the kicker, there are 2,992 client numbers in one column!!!! There's no way I can look these up one-by-one. Is there a way to highlight the column with the client numbers and put in a formula at the bottom to look for duplicates in the other four worksheets? HELP!!

  2. #2
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,743

    Re: Finding Duplicates Across Multiple Worksheets

    probably can be easier way but it should work:

    =IF(OR(IFERROR(VLOOKUP(MasterSheet!A2,Sheet1!A:A,1,0),0),IFERROR(VLOOKUP(MasterSheet!A2,Sheet2!A:A,1,0),0),IFERROR(VLOOKUP(MasterSheet!A2,Sheet3!A:A,1,0),0),IFERROR(VLOOKUP(MasterSheet!A2,Sheet4!A:A,1,0),0)),"duplicated","")

    On Mastersheet data from col. A is check in col. A in Sheet1,2,3,4.
    Last edited by KOKOSEK; 08-04-2020 at 09:22 AM.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  3. #3
    Registered User
    Join Date
    08-04-2020
    Location
    Montgomery, AL
    MS-Off Ver
    10
    Posts
    6

    Re: Finding Duplicates Across Multiple Worksheets

    Thanks KOKOSEK. Will this formula go at the bottom of the column where the claim id's are in the master sheet? I'm a dummy when it comes to Excel as you can see.
    Last edited by Valencia522; 08-04-2020 at 09:58 AM.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: Finding Duplicates Across Multiple Worksheets

    Here is an example of how KOKOSEK's formula may be applied.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    08-04-2020
    Location
    Montgomery, AL
    MS-Off Ver
    10
    Posts
    6

    Re: Finding Duplicates Across Multiple Worksheets

    Thanks but I don't think this will work. I sincerely appreciate you!!

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: Finding Duplicates Across Multiple Worksheets

    Please explain what "don't think this will work" means.
    • Does the code run?
    • Does it run but do nothing?
    • Does it produce error messages? If so, what do the messages say?
    • Does it produce unexpected/wrong results? If so, how do the results differ from what you expect?
    • Does it hang?

    If we could see a sample .xlsx file that shows some expected results we may be able to offer better proposals. Instructions for uploading a file are given in the banner at the top of the page.
    Let us know if you have any questions.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finding Multiple Duplicates
    By georgiabrown in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-30-2018, 10:30 PM
  2. [SOLVED] Finding specific cell values within multiple worksheets and checking for duplicates
    By adamheon in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 04-04-2018, 08:46 AM
  3. [SOLVED] Finding Duplicates Across Multiple Worksheets in Excel
    By MSafir in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-15-2017, 07:37 PM
  4. Replies: 0
    Last Post: 09-18-2013, 08:00 AM
  5. [SOLVED] Finding duplicates throughout multiple columns
    By goldstar1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-17-2013, 09:37 PM
  6. [SOLVED] Finding duplicates across worksheets
    By JimDandy in forum Excel General
    Replies: 1
    Last Post: 10-04-2006, 10:52 AM
  7. Finding duplicates in 2 worksheets
    By darkwood in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-12-2006, 03:10 PM

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