+ Reply to Thread
Results 1 to 3 of 3

Identifying Duplicates in Columns

  1. #1
    DamienO
    Guest

    Identifying Duplicates in Columns

    i have 2 rows of data and I want to be sure that only uniques values are in
    each column ie that a number in column A is not in column B also.
    I've looked at Conditional Formatting but can't seem to get a formula that
    doesn't error on me.

  2. #2
    JE McGimpsey
    Guest

    Re: Identifying Duplicates in Columns

    Take a look here:

    http://cpearson.com/excel/duplicat.htm

    In article <[email protected]>,
    DamienO <[email protected]> wrote:

    > i have 2 rows of data and I want to be sure that only uniques values are in
    > each column ie that a number in column A is not in column B also.
    > I've looked at Conditional Formatting but can't seem to get a formula that
    > doesn't error on me.


  3. #3
    Gerry-W
    Guest

    Re: Identifying Duplicates in Columns


    How do you want the results displayed? One way to do it is to have a
    third column that uses the vlookup feature.

    Vlookup is good because it finds exact matches.

    =if(iserror(vlookup(A2,yourrange,1,false)),"OK","Duplicate")


    --
    Gerry-W

+ 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