+ Reply to Thread
Results 1 to 3 of 3

Highlighting Duplicate Entries in the same Worksheet

  1. #1
    Darran
    Guest

    Highlighting Duplicate Entries in the same Worksheet

    Hi all,

    I have two lists of 7 digit numbers that start with 'B' (B1234567) and I
    need to highlight which ones appear in both lists.

    Should be striaght forward but I cant seem to get it to work. I guess it
    should be some for of conditional Formatting.

    Thanks in advance

    Darran

  2. #2
    Bob Phillips
    Guest

    Re: Highlighting Duplicate Entries in the same Worksheet

    CF with a formula of say

    =COUNTIF(A:A,A1)>1

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Darran" <[email protected]> wrote in message
    news:[email protected]...
    > Hi all,
    >
    > I have two lists of 7 digit numbers that start with 'B' (B1234567) and I
    > need to highlight which ones appear in both lists.
    >
    > Should be striaght forward but I cant seem to get it to work. I guess it
    > should be some for of conditional Formatting.
    >
    > Thanks in advance
    >
    > Darran




  3. #3
    Traveller
    Guest

    RE: Highlighting Duplicate Entries in the same Worksheet

    ASAP Utilities, which is a free add-in easily found by Googling "ASAP
    Utilities," makes this an easy job.

    After installing the add-in, highlight the range that includes your lists,
    and go to "ASAP Utilities/Information/Count Duplicates in Selection." This
    will color the cells that contain duplicate data (regardless of order) and
    give you a count of duplicates. Easy as pie.


    "Darran" wrote:

    > Hi all,
    >
    > I have two lists of 7 digit numbers that start with 'B' (B1234567) and I
    > need to highlight which ones appear in both lists.
    >
    > Should be striaght forward but I cant seem to get it to work. I guess it
    > should be some for of conditional Formatting.
    >
    > Thanks in advance
    >
    > Darran


+ 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