In Sheet1, I have a bunch of rows with a text value in column A. In the same sheet in column B, I want to show "yes" or "no" based on if somewhere in that text value is a match from a list on a separate sheet, Sheet2. So the separate sheet would have a single column, and then "RandomText1" in row1, "RandomText2" in row2, "RandomText3" in row3, etc. In my original Sheet, Sheet 1, again - if any of those values from Sheet2 show up in the Value column of Sheet 1, then the Check column says "Yes", otherwise "No"
I just need the formula to do this automatically in Column B (Check)
Sheet 1
| Value | Check |
| -------- | -------------- |
| asdfasdfdeee | No |
| asRandomText2ddd | Yes |
Sheet 2
| Projects |
| -------- |
| RandomText1 |
| RandomText2 |