View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Cross match data in Col A v/s Col B and display match in Col 3

In C1, =IF(A1=B1,"match","no match") and copy down.
--
David Biddulph

"aquaflow" wrote in message
...
I want to match data in Col A v/s Col B and display the exact match in
Col C. How can I do that?