Google Sheets: Using IF(CONTAINS) to Search for Text in Cells

Use natural language to write 'if cell contains text' with AI

Google Sheets: Using IF(CONTAINS) to Search for Text in Cells

The IF(CONTAINS) Formula in Google Sheets

The IF(CONTAINS) formula in Google Sheets is used to check if a cell contains a specific text or substring.

Here's how to use it:

  1. Start by typing =IF( in the cell where you want the result to appear.
  2. Next, type CONTAINS( followed by the cell reference or range you want to check for the specific text or substring, and then the text or substring you are looking for in double quotes.
  3. After that, type a comma (,) and then the value you want to display if the text or substring is found.
  4. Finally, type a comma (,) and then the value you want to display if the text or substring is not found, followed by a closing parenthesis ).

For example, if you want to check if cell A1 contains the text "apple" and display "Yes" if it does and "No" if it doesn't, you would use the formula:

=IF(CONTAINS(A1, "apple"), "Yes", "No")

Now you can use simple words to process data. It's at CapGo AI Sheet. For Google Sheet formula:

=IF(ISNUMBER(SEARCH("text", A1)), "Found", "Not Found")

You can write a simple instruction:

"Check if #A contains the word 'text' and return 'Found' if true, otherwise return 'Not Found'."

In 1 second, all your data is processed!

Try it now at CapGo.AI

Read more

Cold Email回复率为什么低?影响  回复率的 6 个核心因素

Cold Email回复率为什么低?影响 回复率的 6 个核心因素

很多人做 Cold Email 时,会把注意力全部放在一件事情上:邮件怎么写得更 personalized? 但这其实只是很小的一部分。 一封邮件有没有人回复,不是由某一句文案决定的,而是多个因素共同作用的结果。 经常有客户问,为什么我们的邮件点开率跟回复率可以这么高呢? 我更喜欢用一个简单的公式来理解 Cold Email: Cold Email 回复率公式 Reply Rate ≈ Deliverability × ICP × Timing × Pain × Credibility × Offer 也就是: 回复率 ≈ 送达率 × 客户匹配度 × 时机 × 痛点 × 可信度 × Offer 为什么这里用的是“乘法”,而不是加法? 因为 Cold Email 有一个非常残酷的特点: 任何一个关键因素接近 0,最后的结果都可能接近 0。 例如,你的邮件写得非常漂亮,但根本没有进入 Inbox,

By CapGo AI - by YG