Book1 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | 1,9,7,11,8,10 | Yes | Yes | Find What | 11 | |||
2 | 1,9,111,7,11,8,10 | Yes | Yes | |||||
3 | 1,9,111,7,112,8,10 | No | No | |||||
4 | 11,9,7,110,8,10 | Yes | Yes | |||||
5 | 1,9,7,211,8,10,11 | Yes | Yes | |||||
Sheet586 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B1 | =IF(ISNUMBER(FIND(",11,",","&A1&",")),"Yes","No") | |
C1 | =IF(ISNUMBER(FIND(","&F$1&",",","&A1&",")),"Yes","No") |
@ DanteAmor, That won't work if the 11 is in the beginning or end of the string, you must Also include commas before and after the cell containing the string.