+ Reply to Thread
Results 1 to 3 of 3

generate a list that both columns have in common

  1. #1
    Registered User
    Join Date
    10-25-2008
    Location
    Gig Harbor, WA
    Posts
    3

    generate a list that both columns have in common

    It seems simple but I can't figure it out...

    I have two columns of stock tickers. Let say column A has 500 tickers and column B has 900 tickers. How do I generate the list of tickers that both columns have in common? Thanks in advance for any help.

  2. #2
    Registered User
    Join Date
    10-25-2008
    Location
    India
    Posts
    2

    Smile

    Use =if(col1=col2,"Duplicate","No Duplicate")

    I think this may help you.....

    G.N.Senthil Kumar
    India

  3. #3
    Forum Contributor snasui's Avatar
    Join Date
    07-15-2007
    Location
    Songkhla, Thailand
    MS-Off Ver
    2010, 365
    Posts
    167
    Try this,

    Suppose A1:B1 is field name.

    A. Advanced Filter

    1. Enter =Isnumber(match(A2,$B$2:$B$900,0)) in cell D2
    2. Click A1
    3. Data > Filter > Advanced Filter
    4. Select Copy to another location
    5. List range: A1:A500
    6. Criteria range: D1:D2
    7. Copy to: E1
    8. OK

    B. Formula approach

    1. C5
    Please Login or Register  to view this content.
    2. C7
    Please Login or Register  to view this content.
    Ctrl+Shift+Enter and copy down.

    Hope this helps.

+ 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