Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
you could try following macro
Sub Macrounique() For Each cell In Range("a:a") Range("b:b").Select On Error GoTo myerr Selection.Find(What:=cell, After:=ActiveCell, LookIn:=xlFormulas, _ LookAt:=xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext, _ MatchCase:=False).Activate Next cell myerr: Range("c5536").End(xlUp).Select ActiveCell.Offset(1, 0) = cell.Value Resume Next End Sub "ykas" wrote: i want to compare data in list 1 in column A with list 2 in column B and make a column C which shows data which is not in A A B C apple apple cat cat ball rubber ball dog rubber dog |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i find out what is uncommon in column list A1: A10 and B1:. | Excel Discussion (Misc queries) | |||
I need to find the Average from Column A - but Reference Column B | Excel Worksheet Functions | |||
need to find which numbers (3+) in a column sum to a value | Excel Discussion (Misc queries) | |||
How do I find duplicates in a list | Excel Discussion (Misc queries) | |||
Insert column entries from a master list | Excel Worksheet Functions |