I'm trying to determine if any of the text in H2 is a match for the entire contents of D2, and if it is, display Yes, else display No. The problem with this formula is that D2 is usually just text in quotes and not a cell reference, so I'm not sure if it can be modified, or if I should be using something else.
=IF(CONTAINS(H2,D2,TRUE),"Yes","No")
Any help would be greatly appreciated!
=IF(CONTAINS(H2,D2,TRUE),"Yes","No")
Any help would be greatly appreciated!