Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello
I have a question for Excel knowers I have a list of items in column A I also have a list of items in column B Some of the items in A and B are duplicates I'd like to obtain a C column sustaing of items that appear in column A but NOT appear in column B Can you help me solving my problem? Please mail me on priv playa(at)poczta.fm Kind Regards, Jakub Lenczowski Krakow, Poland |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select enough cells in a separate column to cater for all the uniques, and
add this formula =IF(ISERROR(SMALL(IF(COUNTIF($B1:$B20,$A$1:$A$20)= 0,ROW($A1:$A20),""),ROW($A 1:$A20))),"", INDEX($A$1:$A$20,SMALL(IF(COUNTIF($B1:$B20,$A$1:$A $20)=0,ROW($A1:$A20),""),R OW($A1:$A20)))) which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Kuba" wrote in message ... Hello I have a question for Excel knowers I have a list of items in column A I also have a list of items in column B Some of the items in A and B are duplicates I'd like to obtain a C column sustaing of items that appear in column A but NOT appear in column B Can you help me solving my problem? Please mail me on priv playa(at)poczta.fm Kind Regards, Jakub Lenczowski Krakow, Poland |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open Excel 2003 from Windows Explorer | Excel Discussion (Misc queries) | |||
paste excel sheet excluding hidden rows | Excel Discussion (Misc queries) | |||
Excel - list days of a month, excluding Sundays | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |