+ Reply to Thread
Results 1 to 2 of 2

how can I match numbers from two columns?

  1. #1
    Lea
    Guest

    how can I match numbers from two columns?

    I have two large columns with numbers. I need to check what numbers from
    column 2 are already in column 1.
    Example:

    25 55
    20 25 Already in column A
    19 42
    31 20 Already in column A

    That's all I need. A formula in column C that tell me what numbers from
    column B are already in column A.
    Anny suggestions? Thanks!


    Thanks a lot




  2. #2
    kk
    Guest

    Re: how can I match numbers from two columns?

    Hi Lea,

    Try =If(Countif($A$1:$A$100,B1)>0,"Duplicate","")


    "Lea" <Lea@discussions.microsoft.com> wrote in message
    news:5CCDAE5E-4A77-448D-8ADD-91CBCC32416F@microsoft.com...
    I have two large columns with numbers. I need to check what numbers from
    column 2 are already in column 1.
    Example:

    25 55
    20 25 Already in column A
    19 42
    31 20 Already in column A

    That's all I need. A formula in column C that tell me what numbers from
    column B are already in column A.
    Anny suggestions? Thanks!


    Thanks a lot





+ 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