About 268,000 results
Open links in new tab
  1. How to write a formula in Excel If a cell contains text1 OR text2 OR ...

    Jan 18, 2024 · To evaluate multiple conditions in a cell, you can use nested "if cell contains" statements. This allows you to create a chain of checks, with each condition leading to a specific result. Use the …

  2. Check whether a cell contains a substring - Stack Overflow

    Sep 4, 2013 · Is there an in-built function to check if a cell contains a given character/substring? It would mean you can apply textual functions like Left / Right / Mid on a conditional basis without throwing …

  3. excel - Search multiple cells for data "containing" a text string ...

    Apr 19, 2024 · 0 I am trying to figure out if there is a formula that will let me search multiple contiguous cells for a cell that contains a specific text string. If that value is found, I need the formula to display …

  4. excel - How to find a location of a cell which contain certain text ...

    I would like to find the location of a cell that contains certain text. For instance, I would like to find cell number of the cell which contains Functionviel, For example, a cell is: Functionviel ...

  5. Checking if an Excel cell contains EXACT text - Stack Overflow

    Jun 11, 2021 · I am aware of the =ISNUMBER(SEARCH(substring,text)) trick to check if an Excel cell contains specific text, as well as the =ISNUMBER(FIND(substring,text)) version to so the same thing, …

  6. Divide cells in row if it contains specific text - Stack Overflow

    Feb 4, 2016 · 0 I want to see if range "A2:A500" contains the text "US", if it does I want to divide cell C and B in that specifik row. So for example if Cell A5 contains US then only B5/C5 should be divided. …

  7. excel formula to find the first row that contains specific text

    Mar 7, 2024 · I am trying to find the cell address of the first row that contains the letters "H" "A" "B" "C" "T" separately. at the moment I have formulas to find the last cell in the column that contains each …

  8. Excel check if cell contains text from list and return value from list

    Jan 16, 2020 · I've seen many posts about the subject, but in general the question has been to return the value of a cell if the cell contains text from a list. I have used the following formula for that: =IF(OR(

  9. excel - If Cell has Specific Text then Multiply 3 Cells - Office Pro ...

    Oct 26, 2023 · If Cell has Specific Text then Multiply 3 Cells - Office Pro Plus 2021 Asked 2 years, 1 month ago Modified 2 years, 1 month ago Viewed 2k times

  10. Excel formula to determine if specific text from a list is contained in ...

    Sep 29, 2023 · I'm needing to write a formula to determine if one cell contains any specific text from another list, and then return a value based on which text is in the cell. For example, the original cell …