I have two tables I'm joining, then using a formula tool where I want it to look at two columns (say column A and
, then using a filter tool. In the formula I want to say if a word in column B is in column A in row 1, then that row will return True and if not then False, and have that formula for every row in the table. The formula I've been trying is If Contains ([A], [B]) THEN "True" Else "False" ENDIF. However this formula is still returning False on rows where a word in column B is in column A. I'm not sure if I'm creating the formula incorrectly, or if there is a better way of doing this. I've attached a very generic workflow example of what I'm looking at doing. Any help is appreciated!