Cross match data in Col A v/s Col B and display match in Col 3

A

aquaflow

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?
 
A

aquaflow

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

I want to match same values in Col A taking Col B as a pointer and
output the result of the match found in C
 
Top