+ Reply to Thread
Results 1 to 4 of 4

Conditional Formatting: Comparing Items between two lists

  1. #1
    Registered User
    Join Date
    04-26-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 Apps for Business (v 2306 / 16.0) 64-bit
    Posts
    27

    Question Conditional Formatting: Comparing Items between two lists

    Hello all -

    I have two relatively long lists of data that are each located on separate tabs 'Display' and 'Data'. One list or the other are constantly being updated and it makes data integrity/accuracy an issue.

    What I would love to happen is to create a conditional format where if an Exact text string is located in the 'Display' tab, but not in the 'Data' tab, then that text string will be highlighted in Display and vice versa.

    Miscellaneous information:
    • Display tab, the column of interest is in D:D
    • Data tab, the column of interest is in C:C
    • Duplicate values in the same sheet are not a concern whatsoever (Data list can contain the word "apple" 10 times, but as long as the Display tab contains 1 match it will not highlight)

    So in summary I just need to make sure that if the word 'apple' is on the first sheet then it needs to also be on the 2nd sheet, so if one or the other are highlighted it basically would just flag me to review whether I need to delete that value or to have it added to the other. Obviously it's not the perfect system - but it will sure make it hell of a lot easier!

    If any additional clarification / information is needed, please let me know!
    Last edited by kbdavis; 05-28-2016 at 07:17 AM. Reason: Minor Grammatical Fixes

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,739

    Re: Conditional Formatting: Comparing Items between two lists

    you should be able to use countif()

    on the display TAB
    setup conditional formatting using a rule
    =countif(Data!C:C,Display!D1)=0

    and on the data tab
    =countif(Display!D:D,Data!C1)=0

    so if no match , ie the count = 0
    then it should highlight
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    04-26-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 Apps for Business (v 2306 / 16.0) 64-bit
    Posts
    27

    Re: Conditional Formatting: Comparing Items between two lists

    Worked out perfectly! I did have to add an AND statement
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    (the ^^ represents your formula) so it wouldn't highlight the spaces (but I didn't specify so that was on me). I just wanted to comment with that in the event someone with a similar issue stumbles upon your answer.

    Thanks for the response - you saved me many headaches down the road!

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,739

    Re: Conditional Formatting: Comparing Items between two lists

    your welcome -thanks for the rep

+ 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] Comparing lists and keeping only like items
    By moxiegirl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-28-2015, 11:48 PM
  2. Comparing lists w/ duplicates and missing items
    By homemadepopcorn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-17-2014, 10:31 AM
  3. Replies: 2
    Last Post: 08-13-2014, 09:48 AM
  4. [SOLVED] Conditional formatting comparing two lists of different sizes
    By Steffen_DK in forum Excel General
    Replies: 6
    Last Post: 08-10-2013, 04:34 AM
  5. Conditional Formatting - Comparing Two Cells
    By NahRoots in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-11-2012, 08:42 PM
  6. Comparing grades and using conditional formatting
    By simplysimonm in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-23-2011, 07:02 PM
  7. Comparing items in lists
    By Mikeishere in forum Excel General
    Replies: 1
    Last Post: 11-18-2010, 08:17 PM

Tags for this Thread

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