+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    11-04-2009
    Location
    Georgia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Post compare/find a duplicate telephone number within a row

    I am seeking assistance on the correct formula or function statement to use when attempting to compare/find a duplicate telephone number within a row.

    Example - Column K2 is the phone number I want to compare/find a duplicate within cells L2, M2, N2,O2 & P2. Upon finding a duplicate within any of these cells I would like to receive a value of "DUP" or "NO DUP".

    Cell Data Example: K2: 313-555-1212; L2: 313-555-0000; M2: 313-555-1212; N2: 313-555-1000; O2: 313-555-0000; P2: 313-555-1212. I would like to receive a "DUP" value since K2 equals one or more of cells L2-P2.

    Your assistance is greatly appreciated!!!!

  2. #2
    Forum Moderator NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003, 2007, 2010
    Posts
    31,163

    Re: compare/find a duplicate telephone number within a row

    tRY

    =IF(ISNUMBER(MATCH(K2,L2:P2,0)),"DUP","NO DUP")
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Registered User
    Join Date
    11-04-2009
    Location
    Georgia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: compare/find a duplicate telephone number within a row

    YES!!! Thank you so much!!! I really appreciate it!!!
    Last edited by Grav11; 11-04-2009 at 03:31 PM.

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.2.0