You can use the following formula in Excel to determine if a cell contains a certain string: =IF(ISNUMBER(SEARCH("this",A1)), "Yes", "No").
確定! 回上一頁