About 408,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 · 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 use nested "if cell …

  2. 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 throwing e...

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

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

    Feb 23, 2012 · 3 I want to check a range of cells for a certain piece of text. 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 …

  5. how to create a checkbox in a cell if the cell next to it contains text?

    Jan 27, 2024 · 0 I have used a filter formula and I want to make a column that shows checkboxes for every row that contains text from the filter formula result I used this formula =FILTER …

  6. 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 6 months ago Modified 6 months ago Viewed 126 times

  7. Delete entire row if cell contains the string X - Stack Overflow

    Dec 19, 2022 · I am trying to come up with a way to delete all rows (and shift cells up, if possible) where the website column cell contains the word none. The table contains 5000+ records and this would …

  8. Excel VBA If Statement to Find Cells That Contain A String

    Apr 1, 2017 · So what function would be the best then for retuning a Boolean True/False value based on cells contains the specified string? I would like to be able to have all of these True/False values next …

  9. excel - VBA - if cell contains a word, then messagebox just one single ...

    Jan 22, 2021 · My idea was to get an alert every time I digit the word "high" in a cell of column A (also if the word is contained in a longer string). This alert should pop up just if i edit a cell …

  10. 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 column (B:B): …