+ Reply to Thread
Results 1 to 4 of 4

comparing 2 spreadsheets

  1. #1
    Registered User
    Join Date
    07-08-2005
    Posts
    5

    comparing 2 spreadsheets

    Hi

    i have two spreadsheets with thousands of telephones numbers in them.

    i need to find out which numbers from one of the spreadsheets appear in the other spreadsheet.

    so basically, which numbers from A appear in B

    there are thousands of numbers so icant do it manually.

    thanks for any help

  2. #2
    Forum Contributor
    Join Date
    05-03-2004
    Location
    England
    MS-Off Ver
    2003 Excel
    Posts
    118
    Hi,
    assuming list A is in A1:A1000 on sheet 1
    list B is in A1:A1000 on sheet 2

    in B1 on sheet 1 put this formula

    =IF(COUNTIF(Sheet2!$A$1:$A$1000,A1)>0,"match","no match")

    HTH.
    Greg.

    "The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."

  3. #3
    Norman Jones
    Guest

    Re: comparing 2 spreadsheets

    Hi Suki,

    See Chip Pearson's HighlightingDuplicates page at:

    http://www.cpearson.com/excel/duplic...tingDuplicates

    See particularly, Chip's 'Extracting Values On One List And Not Another'
    section.

    ---
    Regards,
    Norman



    "suki2shoes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Hi
    >
    > i have two spreadsheets with thousands of telephones numbers in them.
    >
    > i need to find out which numbers from one of the spreadsheets appear in
    > the other spreadsheet.
    >
    > so basically, which numbers from A appear in B
    >
    > there are thousands of numbers so icant do it manually.
    >
    > thanks for any help
    >
    >
    > --
    > suki2shoes
    > ------------------------------------------------------------------------
    > suki2shoes's Profile:
    > http://www.excelforum.com/member.php...o&userid=25024
    > View this thread: http://www.excelforum.com/showthread...hreadid=386077
    >




  4. #4
    Danny
    Guest

    Re: comparing 2 spreadsheets


    On the cell adjacent to say A1, say g1 , run a vlookup()

    =if(vlookup(a1,sheet2!b1:b2000,1,false)=a1,"found","n/a")
    when done, apply an Data > filter > autoFilter, and use the column "G"
    and alternate between "found" ones and "n/a" ones, you can format or
    delete them as whole rows or else. Just one way of many, when done,
    delete the vlookup(), it does add to the filesize and calculations.

    Danny


    On Mon, 11 Jul 2005 03:26:31 -0700, suki2shoes
    <[email protected]> wrote:

    >
    > Hi
    >
    > i have two spreadsheets with thousands of telephones numbers in them.
    >
    > i need to find out which numbers from one of the spreadsheets appear in
    > the other spreadsheet.
    >
    > so basically, which numbers from A appear in B
    >
    > there are thousands of numbers so icant do it manually.
    >
    > thanks for any help
    >
    >




    --
    Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

+ 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