I have an excel sheet with two columns.
Eg.
----------------------
A B outputColumn C
----------------------
xxyy
dd/mm/yy xxyy Y
----------------------
NA #N/A Y
----------------------
xxyy xxyy Y
dd/mm/yy
----------------------
xxyy #N/A N
dd/mm/yy
----------------------
.
.
.
I want column outputColumn-C which checks if both entries are same or not. here "NA" should match "#N/A" and "xxyy" should match "xxyy dd/mm/yy"
How how can I do this?