Summary
Yes, it is possible to check if a cell contains a certain text string in Google Sheets. The SEARCH function can be used to determine if a cell contains some particular text. The arguments for the SEARCH function are the same for both Excel and Google Docs and look like this: SEARCH(find_text, within_text,
).
1
This function will return the position of the text string within the cell, or a #VALUE! error if the text string is not found.
According to