+ Reply to Thread
Results 1 to 3 of 3

advanced filter for two uneven columns

  1. #1
    Forum Contributor
    Join Date
    12-03-2008
    Location
    Key West, FL
    MS-Off Ver
    365 Apps for Enterprise
    Posts
    665

    advanced filter for two uneven columns

    I've got two columns of text phrases. Attached is an example.

    I want to find out which text phrases in column 1 are found in column 2. (exact match).

    My procedure is:

    (a) highlight cells A1 through C801
    (b) click "advanced filter"
    (c) click "copy to another location"
    (d) List range shows as $A$1:$C:$801
    (e) Criteria Range is $A$1:$A$479
    (f) Copy to $C$1:$C$801
    (g) Unique Records Only

    Then when I run the filter, nothing happens. What am I doing wrong?

    Thanks!
    Attached Files Attached Files
    Last edited by jrtaylor; 06-09-2011 at 01:48 PM. Reason: solved

  2. #2
    Valued Forum Contributor Miraun's Avatar
    Join Date
    04-03-2009
    Location
    New England
    MS-Off Ver
    2003, 2007, 2010, 2013
    Posts
    554

    Re: advanced filter for two uneven columns

    Hey Jrtaylor;

    Unfortunately, I cannot help you with using the filter to determine the which are similar, however, I have an alternative.

    =IF(ISERROR(MATCH(B2,$A$2:$A$479,0)),"No Match","Matched")

    Given what you're looking for, to identify common keywords from Column B in Column A, that equation will prompt a simple "Match" if it matches something in Column A, or "No Match" if it's unique.

    It's things like this that make me love excel... I'm sure it's possible to use a filter to find the unique records, but there are always a hundred different ways you can actually do what you're looking to do.
    Attached Files Attached Files
    Going for Guru! Click the Star to the bottom left of this post if I helped!

  3. #3
    Forum Contributor
    Join Date
    12-03-2008
    Location
    Key West, FL
    MS-Off Ver
    365 Apps for Enterprise
    Posts
    665

    Re: advanced filter for two uneven columns

    Hey thanks! I agree, many ways to solve excel probs!

    take care!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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