I have 2 Table in Sheet1 as texts.
Table_1 - range(A2:A500)
Table_3 - range(O2:O500)
I want to compare text in table_3 one by one and check whether same is present in table_1.
If text match - no return is required.
If text is not match - then return the not match text in column M.
Table_1 - range(A2:A500)
Table_3 - range(O2:O500)
I want to compare text in table_3 one by one and check whether same is present in table_1.
If text match - no return is required.
If text is not match - then return the not match text in column M.