+ Reply to Thread
Results 1 to 2 of 2

Match

  1. #1
    Tess
    Guest

    Match

    I need to match two columns. In this case I would like to find all the
    numbers in columns A that also appears in columns B.

    For exempel:

    A B

    1 2
    2 3
    3 3
    4 4
    5 7

    Rresults:
    A B

    2 2
    3 3
    3
    4 4


    --
    Tess

  2. #2
    Bob Phillips
    Guest

    Re: Match

    In C1, add

    =IF(COUNTIF(B:B,A1)>0,"Match","")

    and copy down

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Tess" <[email protected]> wrote in message
    news:[email protected]...
    > I need to match two columns. In this case I would like to find all the
    > numbers in columns A that also appears in columns B.
    >
    > For exempel:
    >
    > A B
    >
    > 1 2
    > 2 3
    > 3 3
    > 4 4
    > 5 7
    >
    > Rresults:
    > A B
    >
    > 2 2
    > 3 3
    > 3
    > 4 4
    >
    >
    > --
    > Tess




+ 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