About 2,640,000 results
Open links in new tab
  1. If two cells match, return value from third - Stack Overflow

    Oct 15, 2014 · If two cells match, return value from third Asked 10 years, 8 months ago Modified 6 years, 4 months ago Viewed 625k times

  2. OR condition in Regex - Stack Overflow

    Apr 13, 2013 · For example, ab|de would match either side of the expression. However, for something like your case you might want to use the ? quantifier, which will match the previous …

  3. How can I compare two lists in python and return matches

    What if I have objects as list elements and only want partial matches, i.e., only some attributes have to match for it to be considered as matching object?

  4. regex - How do I match any character across multiple lines in a …

    Oct 2, 2008 · To clarify; I was originally using Eclipse to do a find and replace in multiple files. What I have discovered by the answers below is that my problem was the tool and not regex …

  5. Highlight Rows in Sheet1 that match values in Sheet2

    Nov 4, 2016 · I need a formula or Macro that will look at all SKUs in Sheet2, then find any matches in Sheet1 ColA, then highlight the rows where there is a match. I would really …

  6. regex - Matching strings in PowerShell - Stack Overflow

    Jul 18, 2018 · Preface: PowerShell string- comparison operators are case-insensitive by default (unlike the string operators, which use the invariant culture, the regex operators seem to use …

  7. Vlookup returns N/A despite of existing match - Stack Overflow

    May 25, 2016 · Vlookup returns N/A despite of existing match Asked 9 years, 1 month ago Modified 3 years, 11 months ago Viewed 45k times

  8. regex - Match groups in Python - Stack Overflow

    Is there a way in Python to access match groups without explicitly creating a match object (or another way to beautify the example below)? Here is an example to clarify my motivation for …

  9. python - Check if string matches pattern - Stack Overflow

    As stated in the comments, all these answers using re.match implicitly matches on the start of the string. re.search is needed if you want to generalize to the whole string.

  10. sql - Column name or number of supplied values does not match …

    Column name or number of supplied values does not match table definition. I am sure that both the tables have the same structure, same column names and same data types.

Refresh