match

  1. J

    Resolved Equality (==) Comparison Not Working?

    I'm trying to create an Excel UDF that acts like the native MATCH function, but with multiple criteria. While debugging with a simple comparison between numbers, the objListItem == objListCriteria line isnt't catching the match and is just skipped over "when it should" catch. I've looked at the...
  2. A

    Question String matching query

    Hi, I am trying to match this complete string (including "Code" and quotes) with a response I am getting. After the "Code": the characters could be alphanumeric and max length is 7. Please let me know regular expression for the same. Thanks "Code": "ABC1234"
Back
Top Bottom