I have a table that I need to compare two columns. Column A contains a string that should be part of Column B. For example, Column A is "Climber" and Column B is "High Point Climber". I need to find the rows where the string in Column A is not included as part of the string in Column B.
thanks