+ Reply to Thread
Results 1 to 2 of 2

Count if value is duplicated in column and also matches adjacent cell value

  1. #1
    Registered User
    Join Date
    10-08-2012
    Location
    Essex
    MS-Off Ver
    Excel 2010
    Posts
    6

    Count if value is duplicated in column and also matches adjacent cell value

    Can someone help...

    I need to know if cell A2 is duplicated anywhere in column A AND has the same adjacent value in column B.

    i.e. it has a duplicate item title AND the same site listed ID.

    If someone could give me the formula to bring back TRUE or FALSE or the equivalent it would be much appreciated.
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,913

    Re: Count if value is duplicated in column and also matches adjacent cell value

    C2=IF(COUNTIFS($A$2:$A$39947,$A2,$B$2:$B$39947,$B2)=1,"No duplicates","Have Duplicates")

    Try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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] Count Quantity if adjacent column matches criteria
    By Simon.xlsx in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-05-2015, 07:44 AM
  2. [SOLVED] count duplicated string in Range for each letter,Non Adjacent Row
    By david gonzalez in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-25-2014, 04:00 PM
  3. [SOLVED] Count partial text matches in adjacent column
    By joshkvt in forum Excel General
    Replies: 6
    Last Post: 08-11-2014, 12:01 PM
  4. [SOLVED] If number in Column A matches number in column B - Copy B cell and adjacent cells ?
    By BPSJACK in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-16-2014, 12:30 PM
  5. [SOLVED] Look for duplicated & unique values in adjacent column. Perform math on result. . .
    By PeteABC123 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-25-2013, 12:04 PM
  6. Replies: 5
    Last Post: 02-24-2012, 06:04 PM
  7. Hard? SUM the values of a column that matches a flag in an adjacent column
    By Nokao in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-07-2012, 11:29 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