View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
broogle broogle is offline
external usenet poster
 
Posts: 67
Default Compare 3 columns

Need Excel Guru please !

I have 3 columns (all in different sheets)

Sheet1.Column A Sheet2.Column A Sheet3.Column A
A A C
B M M
C A N
D B B


Result I want is :

Sheet4.ColumnA
A
B
C
D
M
N

Appreciate your help.

Thanks a bunch.