+ Reply to Thread
Results 1 to 2 of 2

identify numbers which are listed in two columns.

  1. #1
    the_kane
    Guest

    identify numbers which are listed in two columns.

    I have two columns of numbers. One is a large list with say 11,000 random
    serial numbers. The other is a smaller list of 600 serial numbers. I want to
    find if any serial numbers are listed in both of the columns. I want to
    identify which number appear in both columns and highlight them. Or have a
    way of identifying this in prehaps a third column.

  2. #2
    Biff
    Guest

    identify numbers which are listed in two columns.

    Hi!

    Using conditional formatting to highlight duplicates:

    Assume the range is A1:A11000 and B1:B600.

    Select the range A1:A11000
    Goto Format>Conditional Format
    Formula is: =OR(A1=B$1:B$600)
    Click the Format button
    Select a cell fill color
    OK out

    Select the range B1:B600
    Repeat the process but use
    Formula is: =OR(B1=A$1:A$11000)

    Biff

    >-----Original Message-----
    >I have two columns of numbers. One is a large list with

    say 11,000 random
    >serial numbers. The other is a smaller list of 600 serial

    numbers. I want to
    >find if any serial numbers are listed in both of the

    columns. I want to
    >identify which number appear in both columns and

    highlight them. Or have a
    >way of identifying this in prehaps a third column.
    >.
    >


+ 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