+ Reply to Thread
Results 1 to 4 of 4

How to sift one data out from one spreedsheet to another

  1. #1
    Registered User
    Join Date
    05-18-2012
    Location
    San Jose, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    How to sift one data out from one spreedsheet to another

    Good Morning folks!

    I was wondering if anyone could help me with this little issue!

    For example

    Spreedsheet A shows a group of people who have numbers associated with their names.

    Spreedsheet B shows the same as well.

    How would I select the certain member numbers in Sheet B and make sure that Sheet A doesn't have them or filters them out?

    Thank you!

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: How to sift one data out from one spreedsheet to another

    Hello & Welcome to the board,

    Is this a one time event were you want to make sure you have one clean list without any duplicates?
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    05-18-2012
    Location
    San Jose, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: How to sift one data out from one spreedsheet to another

    Yup this is a one time event.

    There are certain members in Spreedsheet B that I don't want in Spreedsheet A. All members have a specific numeric ID to them.

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: How to sift one data out from one spreedsheet to another

    One way...

    Let say your ID's are in column A, place this formula in any other column matching ID's from column A from one sheet against column A from another sheet.

    =MATCH(A2,SheetB!$A$2:$A$13,0)

    If that ID is in SheetB, then you will get a number, but if not then #N/A.

    Know just filter for the numbers and delete.

+ 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