Finding question marks in cell string
问题 I would like to find out if a string within a cell in Excel 2010 contains any of the following, and then return a '1'. ?dementia ? dementia dementia? dementia ? I've tried some formulas but they don't seem able to get past the use of the wildcard and the string when combined. Would anyone have any pointers or advice? Here is a combination of the suggested answers, and my own work around: 回答1: This is the formula you need: =IF(IFERROR(FIND(A2,$C$3),0)>0,1,0) where A2 is the string that you are