Hi,
I am trying to compare two values between column A and B row by row and see if any part of the string is contained in the other column
Example
Column A Column B Column C
ABC Brokerage Services ABC Advisory Services True
XYZ Network Advisory Services XYZ Network Advisory Services True
ABC Corp XYZ Corp False
I tried to use contains for example Contains(Column A, Column B) but does not do a good job in comparing the values and returns just few rows and not all what I expected. So, I wanted to see if there is any other better way to compare values. Thank you in advance
Solved! Go to Solution.
@tfitz It worked:) Thank you so much!