list1 = ["not appropriate"]list2 = ["Value1","Value2","Value3"]
I want to check the value from list1 and any of the three values in list2 is present in a separate 3rd list, in such a way that value from list1 needs to be mandatorily present in the search.