I have the below formula that is searching for duplicate values within one column, compared to a row cell value:
=IF(HAS(Renter:Renter, Condo@row), "Duplicate", "NOT")
I tested this formula with duplicate values in both columns and it is returning the False value (NOT)..