compare - comparing two columns in excel (VLOOKUP not working) -


i have been breaking head problem since morning , haven't found solution. please give valuable pointers if possible, can try find solution.

i have 2 sets of data- old list , new list. wish compare new list( comparing name , country together) old list, since new list has few additional entries. later on, create new list common entries both old , new list , add new entries below common ones ( if possible, else manually later on excel tell me new entry). sorry, if has not been explained, maybe following illustration helps

 old list             item no. name          country   1  apples          italy     3  banana          spain     4  grapes          slovakia      5  pineapple   greece    8  banana          czech republic    14 apples          india     23 pineapple   hungary   19 peach           usa   2  strawberries    france     new list         item no. name       country   4  grapes       slovakia    mango        pakistan     14 apples       india   oranges      mexico   19 peach        usa      2  strawberries france   1  apples       italy    3  banana       spain    23 pineapple    hungary     avocado      netherlands       expected output:         list common serial no.s based on common names both lists   item no.name           country   4  grapes          slovakia  14 apples          india  19 peach           usa  2  strawberries    france  1  apples          italy  3  banana          spain  23 pineapple   hungary mango           pakistan oranges         mexico     avocado         netherlands 

as can seen in attachment, have old list item no., name , country. let's assume item numbers have been classified based on code words. in second list, there again item no.s, name , country item numbers haven't been filled ( since new , have not yet been sorted). now, want excel compare names , countries of both data , provide common item no. output if there match. if there no match, excel tell me new entry. looked on various forums , realized vlookup command allows me search on name or country give me common entries of names/countries respectively not item no.s. there formula me solve problem?

just paste list together, sort it, , remove duplicates. removing duplicates built-in excel starting version 2007, find in data ribbon (see http://office.microsoft.com/en-001/excel-help/filter-for-unique-values-or-remove-duplicate-values-hp010073943.aspx).


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -