About 171,000 results
Open links in new tab
  1. Using "If cell contains" in VBA excel - Stack Overflow

    This will loop through all cells in a given range that you define ("RANGE TO SEARCH") and add dashes at the cell below using the Offset() method. As a best practice in VBA, you should …

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

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

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

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

    Feb 23, 2012 · 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 …

  7. Excel: How to Sort or filter text by specific word or words?

    Order text by finding the word elephant Is it possible to order/sort/filter a column based on a specific word even if the word is in a sentence in the cell. For example in my image I'd like to …

  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 - Search multiple cells for data "containing" a text string ...

    Apr 19, 2024 · 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 …

  10. Excel - If a Cell contains a value from an Array, extract that value

    Apr 5, 2018 · Excel - If a Cell contains a value from an Array, extract that value Asked 7 years, 6 months ago Modified 7 years, 6 months ago Viewed 5k times