+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Need help with isolating values in a long list

  1. #1
    Registered User
    Join Date
    08-02-2011
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    1

    Need help with isolating values in a long list

    I have two very long lists of data, let's call them List A and List B.

    List A has about 500 values and List B has about 3,000 values. There are no duplicates in List A but there are duplicates in List B.

    I want to isolate ALL the values in List B that match ANY value in List A. is there a way to do that??

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: Need help with isolating values in a long list

    One way:

    =IF(COUNTIF($A:$A,$B2)>0,"Found","")

    or you could use the =COUNTIF($A:$A,$B2)>0 as a Conditional Formatting condition.

    Regards
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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