Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This will omit duplicate entries, however It does leave "blank" cells is the list.
Data in A1:B10... =IF(AND(COUNTIF($B$1:$B$10,A1)=0,COUNTIF($A$1:A1,A 1)=1),A1,"") -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Theresa" wrote in message I have two columns with a list of numbers in each. I need to compare the list in column A to the list in column B and produce a list of numbers that is in A but not in B. Can that be done by using a formula? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare multiple column of data and list out common and unique component in adj columns | Excel Worksheet Functions | |||
Compare 2 columns, and create a list of items that are in both lists | Excel Worksheet Functions | |||
How can I compare a number against a list of numbers | Excel Worksheet Functions | |||
Compare columns | Excel Discussion (Misc queries) |