+ Reply to Thread
Results 1 to 3 of 3

For identical cells in column a, can I use conditional formatting to find dups in col b?

  1. #1
    Registered User
    Join Date
    09-11-2017
    Location
    Portland, Oregon
    MS-Off Ver
    Excel 2007
    Posts
    3

    For identical cells in column a, can I use conditional formatting to find dups in col b?

    Hi, I have customer names in column a and names of products in column b. Is there a way to use conditional formatting to identify duplicate product entries in column b for each customer?

    thanks!
    Dan

  2. #2
    Forum Contributor
    Join Date
    12-13-2013
    Location
    Calgary,AB,Canada
    MS-Off Ver
    2016,O365
    Posts
    236

    Re: For identical cells in column a, can I use conditional formatting to find dups in col

    select B2
    "conditional formatting" ->"new rule" ->"formula"
    =AND(B2<>"",VLOOKUP(A2,$A:$B,2,)=B2)

    choose color fill
    adjust "applys to" range

  3. #3
    Valued Forum Contributor
    Join Date
    10-14-2012
    Location
    Netherlands
    MS-Off Ver
    Excel 2019
    Posts
    353

    Re: For identical cells in column a, can I use conditional formatting to find dups in col

    This CF formula will highlight duplicates:
    =SUMPRODUCT(($A$1:$A$18=$A1)*($B$1:$B$18=$B1)*1)>1
    Attached Files Attached Files
    Kind regards,
    Piet Bom

+ 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. Replies: 13
    Last Post: 04-16-2017, 02:32 AM
  2. [SOLVED] Conditional Formatting if identical text appears twice
    By r.murray in forum Excel General
    Replies: 3
    Last Post: 11-19-2014, 10:10 AM
  3. [SOLVED] Find all merged cells via conditional formatting?
    By se15 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-14-2013, 03:57 PM
  4. Macro to find Red Highlighted cells from Conditional Formatting
    By aharvestofhealth in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-02-2012, 10:22 AM
  5. Replies: 5
    Last Post: 09-24-2012, 05:14 PM
  6. How to find rows with identical/different cells
    By jgomez in forum Excel General
    Replies: 1
    Last Post: 03-01-2011, 06:24 PM
  7. [SOLVED] Need to find two consecutive identical cells (in a column).
    By How did I get here? in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-03-2006, 03:15 PM

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