View Single Post
  #4   Report Post  
Domenic
 
Posts: n/a
Default

C1, copied down:

=INDEX(B:B,SMALL(IF(COUNTIF($A$1:$A$3,$B$1:$B$4)=0 ,ROW($B$1:$B$4)),ROW()-
ROW($C$1)+1))

....confirmed with CONTROL+SHIFT+ENTER.

Hope this helps!

In article ,
"Need Helper" <Need wrote:

Please help...

I have a really big spreadsheet and would like to find all the unmatched
information when comparing two columns in a spreadsheet. Is there any
formula or functions to perform this checking, or is there any methods
suggested?

Example:
Info listed In column A: red, blue, green
Info listed in column B: blue, violet, black, yellow
Result (unmatched info) after comparing column B to column A: violet, black
and yellow