View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mangesh Yadav[_3_] Mangesh Yadav[_3_] is offline
external usenet poster
 
Posts: 17
Default coloums comparison in excel

lets say you want to compare columns A and B.
Enter the followinf formula in column c and copy down.
=IF(A1=B1,A1,"")

Mangesh


"Tushar" wrote in message
...
hi,

i would like to know how can i compare coloums in excel. I have two

coloums
and i want to select common values from these two coloums by comparing

each
cell of 1st coloum with each cell of 2nd coloum. How can i do this?

Tushar