+ Reply to Thread
Results 1 to 2 of 2

Find if value in column A exists in Column B

  1. #1
    Bzzer
    Guest

    Find if value in column A exists in Column B

    Hi there - I have 2 columns of data (numerical), I need to find how many
    values exist in both columns. Some type of lookup function should do it, but
    I tried and was unsuccessful. Can anyone help?

  2. #2
    Jason Morin
    Guest

    Re: Find if value in column A exists in Column B

    Try:

    =SUMPRODUCT(COUNTIF(A1:A10,B1:B10))

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >Hi there - I have 2 columns of data (numerical), I need

    to find how many
    >values exist in both columns. Some type of lookup

    function should do it, but
    >I tried and was unsuccessful. Can anyone help?
    >.
    >


+ 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