About 668,000 results
Open links in new tab
  1. How to use Excel formula: "If cell contains" | SoftwareKeep

    To check if a cell contains text, select the output cell, and use the following formula: =IF (ISTEXT (cell), value_to_return, ""). For our example, the cell we want to check is A2, and the return …

  2. Check if a cell contains text (case-insensitive) in Excel

    Use the IF function to return results for the condition that you specify. To do this task, use the IF, SEARCH, and ISNUMBER functions. Note: The SEARCH function is case-insensitive. Learn …

  3. Excel IF Cell Contains Any Text (Formulas + Examples)

    Apr 14, 2025 · Learn how to check if a cell contains any text using Excel formulas like IF, ISTEXT, LEN, and COUNTIF. Includes examples, VBA code, and a downloadable file.

  4. If cell contains - Excel formula | Exceljet

    Dec 14, 2023 · To test for cells that contain specific text, you can use a formula based on the IF function combined with the SEARCH and ISNUMBER functions. In the example shown, the …

  5. Excel Formulas for Finding Specific Text in Cells

    Aug 12, 2024 · Learn easy Excel formulas to check if a cell contains specific text. Discover how to use MATCH, SEARCH, and ISNUMBER functions with practical formula examples.

  6. How to Check If a Cell Contains Text from a List in Excel

    Aug 16, 2025 · In this article, we’ll learn every practical way to check if a cell contains text from a list, including combinations with functions like IF, INDEX, dynamic array formulas, and even …

  7. Excel Formula: Check if a cell contains a specific text

    Oct 22, 2024 · This tutorial will provide a formula to quickly handle the task that check if a cell contains one of things but excluding other values in Excel and explain the arguments of the …

  8. Excel: If cell contains formula examples - Ablebits

    Oct 17, 2023 · Finding cells containing certain text (or numbers or dates) is easy. You write a regular IF formula that checks whether a target cell contains the desired text, and type the text …

  9. IF Cell contains specific text - Excel Bootcamp

    Nov 9, 2024 · Today’s tutorial will show you how to find if a cell contains specific text using the ISNUMBER and SEARCH functions.

  10. Contains Specific Text in Excel - Step by Step Tutorial

    To check if a cell contains specific text, use ISNUMBER and SEARCH in Excel. There's no CONTAINS function in Excel.