+ Reply to Thread
Results 1 to 3 of 3

weeding out overlapping items

  1. #1
    Registered User
    Join Date
    02-14-2005
    Posts
    1

    Exclamation weeding out overlapping items

    I have a variety of spreadsheets that I need to narrow down to one population.

    There is one massive spreadsheet that contains the majority of information on all spreadsheets.

    There are several smaller spreadsheets that contain information that sometimes overlaps what is in the massive spreadsheet.

    I want to remove all the overlapping information from the smaller spreadsheets from the massive spreadsheet.

    In short, I want the massive spreadsheet to contain only unique lines that do not overlap with content in the other spreadsheets.

    There is one identifying number that can be used for filtering or sorting - an ID of sorts.

    Any ideas?

  2. #2
    Registered User
    Join Date
    01-13-2005
    Posts
    34
    it may not be elegant, but here is a solution.

    1) cut and paste all the spreadsheets, including the massive on, into a new MASTER spreadsheet.

    2) sort ascending by the unique ID number

    ( now I am assuming the ID# is in column A)

    3) insert a blank column B

    4) starting at B2, create the formula =if(a2=a1,"REPEAT,"") Fill this formula down t the end

    5) cut the output of column B and paste it back using edit|paste special|values

    6) sort by column B ascending.

    7) delete all rows that say "REPEAT" in column B

    8) voila, your done

  3. #3
    Registered User
    Join Date
    09-25-2003
    Posts
    46
    if your unique Identifier is in Column A....

    =countif(A:A,A1)

    It counts the number of entries that you have -- no need to have them sorted in any order.


    Cheers

    Stacie

+ 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