Suppose I have the 2 cell as below
A1: Hello World
B1: orl
How can I use a formula to check if any part of B1 is also in A1 then print true?
The formula may look like
if any part of B1 is also in A1 then print true
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
will print out TRUE if A1 contains B1, or FALSE if it doesn’t