Scenario:
If the sentence between quotation mark in "cell $A$1" is contained in the sentence between quotation mark in "cell B1" then display in "cell C1" the value "Yes" otherwise display the value "No"
Eg:
A1: "software code32"
B1: "software code32" "RMR software" "QWER system"
C1: Yes
or
A1: "software code32" "RMR software"
B1: "software code32"
C1: Yes
PS: I can change the quotation mark with anything else if it's necessary
If the sentence between quotation mark in "cell $A$1" is contained in the sentence between quotation mark in "cell B1" then display in "cell C1" the value "Yes" otherwise display the value "No"
Eg:
A1: "software code32"
B1: "software code32" "RMR software" "QWER system"
C1: Yes
or
A1: "software code32" "RMR software"
B1: "software code32"
C1: Yes
PS: I can change the quotation mark with anything else if it's necessary