Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

Excel Help - Also I suppose a general puzzle problem

Status
Not open for further replies.
Joined
Sep 3, 2012
Posts
4,197
Reaction score
1,002
Say I have a list of 2000 words

I have another list of 1600 words, all taken from the first list of 2000

How do I find out what 400 words are missing to complete the second list back to what it should be?

I can put them all together and remove duplicates, but that doesn't tell me what 400 were missing and that is what I need to know

Thanks
 
Two ways of doing it - VLOOKUP or COUNTIF

The second way is perhaps easier to explain.

If you have the 1600 list in column A of Sheet1 and 2000 list in column A of Sheet2, then in the cell B1 of Sheet2 put

=COUNTIF(Sheet1!A:A,Sheet2!A1)

If it returns a 1 then it exists. In the 1600 list.

Now highlight cells B1 to B2000 and press Ctrl + D to copy it down.

Filter out anything that is not 1
 
Can you not just combine all 3600 and filter for unique values?

Not sure how to do that

cm1975T said:
Two ways of doing it - VLOOKUP or COUNTIF

The second way is perhaps easier to explain.

If you have the 1600 list in column A of Sheet1 and 2000 list in column A of Sheet2, then in the cell B1 of Sheet2 put

=COUNTIF(Sheet1!A:A,Sheet2!A1)

If it returns a 1 then it exists. In the 1600 list.

Now highlight cells B1 to B2000 and press Ctrl + D to copy it down.

Filter out anything that is not 1

Thanks, I just tried that but it just says 1 on the first line and that's it and ctrl+d just copies the same name all the way down
 
Not sure how to do that



Thanks, I just tried that but it just says 1 on the first line and that's it and ctrl+d just copies the same name all the way down

What name? Column B was the column with the formula in it in my example, so if the names are in another column, then alter the formula accordingly.
 
If you haven't yet solved i'd suggest a VLOOKUP

Take the 2000 list, and look for matches in the 1,600 list. Any entry from the 2000 that doesn't show a match will be your missing 400 .... which can be shown using a simple filter on non matching entries
 
you can do very simply
  • go to a new sheet
  • add both lists in one column
  • select all > now click on conditional formatting > highlight rules > duplicate values > ok
  • now go to sort > custom sort > sort on > cell color
  • here all without color cells are your required ones
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom