About 421,000 results
Open links in new tab
  1. excel - 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 …

  2. How to write a formula in Excel If a cell contains text1 OR text2 OR ...

    Jan 18, 2024 · That is, if a cell contains some text, then return something, if it contains another text, then return something else, and so on. To evaluate multiple conditions in a cell, you can …

  3. Using "If cell contains" in VBA excel - Stack Overflow

    Where: sWhat: contains the string to search for rTrg: is the range to be searched The function returns True if any match is found, otherwise it returns False Additionally, every time the …

  4. Excel VBA - Check cell whether it contains piece of text

    Feb 23, 2012 · This text is always in my document, except it's cell is variable (column is always B). So I check a range from 1:75 whether any cells contain a piece of text, but it doesn't seem …

  5. vba - Check if a string contains another string - Stack Overflow

    Feb 19, 2014 · I want to find if a string contains a ","(comma) in it. Do we have any other option other than reading char-by-char?

  6. excel - How to return a specific text if a cell contains specififc text ...

    May 4, 2023 · How to return corresponding texts from column E to column B. I know it is possible by the following lookup formula: But since Excel has XLOOKUP right now and it being capable …

  7. 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 ...

  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 …

  9. excel - VBA Coding - - If Cell contains a certain text - Stack Overflow

    Mar 4, 2021 · I know it's a recurring topic but I need please your help because my VBA code is not working I am trying to create a loop on cell value who contain a special text inside the …

  10. Checking if cell contains one (or multiple) of several exact values in ...

    May 20, 2025 · Checking if cell contains one (or multiple) of several exact values in Excel Asked 7 months ago Modified 7 months ago Viewed 128 times