+ Reply to Thread
Results 1 to 5 of 5

Highlight duplicates entries between multiple tabs (5 to 10 different sheets)

  1. #1
    Registered User
    Join Date
    09-20-2019
    Location
    Cebu, Philippines
    MS-Off Ver
    2016
    Posts
    44

    Highlight duplicates entries between multiple tabs (5 to 10 different sheets)

    I have 6 different sheets for 6 individuals: one sheet per person.

    They all take note/track a tracking number that they work on from the same system. Since it's the same system and they process from oldest to newest, there is a possibility that more than one person might touch the same tracking number[s] causing work overlap. Thus, I need the cell to highlight if someone enters a tracking number on their assigned sheet that was/is already worked on.

    I need to know what formula I should use for conditional formatting to be able to acheive this. Tried doing countif but it's a bit confusing since it only worked between two tabs on the same excel sheet but not for multiple tabs.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Highlight duplicates entries between multiple tabs (5 to 10 different sheets)

    See yellow banner at top of page on how to post a sample workbook.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    09-20-2019
    Location
    Cebu, Philippines
    MS-Off Ver
    2016
    Posts
    44

    Re: Highlight duplicates entries between multiple tabs (5 to 10 different sheets)

    Please see attached.

    So, 3 "taggers" are working on 'Xsystem' where they tag worksheets with unique FAX IDS. To avoid overlapping work, Column A cells should light up when any one of the 3 taggers type in a FAX ID that someone else has already typed on their respective worksheet.


    The FAX IDS are always different per day and is never the same even from previous (or future) days. Also, "3 taggers" is just a reference; I actually have 15 people for that area of my department. They'll all be working on this shared worksheet.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Highlight duplicates entries between multiple tabs (5 to 10 different sheets)

    My proposed solution involves Power Query.
    PQ will join all numbers in a single column and then will generate a single list or numbers that are repeated.

    To be placed in the conditional formatting.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Highlight duplicates entries between multiple tabs (5 to 10 different sheets)

    A possible solution is to use VBA Worksheet Change to validate entries [and issue error message] as they are typed in - either against entries in each sheet or as per previous pos,t a list of all entries to date.

+ 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. [SOLVED] highlight duplicates in rows in multiple not related sheets
    By Alexander2020 in forum Excel Programming / VBA / Macros
    Replies: 37
    Last Post: 09-06-2020, 05:55 PM
  2. VBA to highlight duplicates over 2 sheets
    By Spoonman667 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-20-2019, 11:52 AM
  3. Macro To Compare Multiple Excel sheets and highlight duplicates
    By Rey123 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-23-2013, 05:07 AM
  4. Compare, Find and Highlight Duplicates in multiple sheets
    By EvilleT in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-19-2013, 08:42 PM
  5. Highlight duplicates across multiple sheets
    By Monkihunta in forum Excel General
    Replies: 0
    Last Post: 09-09-2013, 10:53 AM
  6. [SOLVED] Need to Highlight New Entries Between 2 Sheets in Same Workbook
    By Whit804 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-30-2012, 11:48 AM
  7. Highlight duplicate entries from multiple sheets
    By alinpion in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-17-2011, 06:22 AM

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