About 63,000 results
Open links in new tab
  1. VBA Match function for two criteria / columns - MrExcel

    Oct 1, 2024 · Seen many close answers to my simple question, but is there an elegant way to use the Application.Match function for 2 criteria to match against 2 columns key1 = "QI" key2 = …

  2. The MATCH function with multiple criteria in VBA - MrExcel

    Jan 14, 2012 · Hi everyone! I am trying to code the following Microsoft's example in VBA: How to use the INDEX and MATCH worksheet functions with multiple criteria in Excel. On my …

  3. Index/Match to Closest Prior Date - Multiple criteria - MrExcel

    Feb 6, 2017 · Hi, Using the example data below, I'm trying to create a formula for cell B9 with inputs in cells B7 and B8. B7 = Blue B8 = 2/2/2016 Here's the logic I need in a formula...

  4. Index Match multiple criteria non array - MrExcel

    Apr 11, 2013 · The INDEX function can handle arrays natively, so the second INDEX is added only to "catch" the array created with the boolean logic operation and return the same array …

  5. Index Match Multiple Criteria VBA | MrExcel Message Board

    Mar 4, 2020 · I'm trying to index match multiple criteria using VBA. I'm trying to do this to avoid using loops to speed this up on large files. I've attached a small example. Any ideas? Thank …

  6. Index Match or Vlookup with Multiple Criteria - MrExcel

    Mar 8, 2023 · Hello, I'm trying to query values from one tab into another using either an index match or vlookup formula with multiple criteria. I've created an example of my file here. I want …

  7. INDEX , MATCH for mutliple criteria, very slow. - MrExcel

    Apr 18, 2006 · There are a over 1,000 rows and about 40 columns and several workbooks. The problem I have is that now, the multiple criteria has changed it from a lean and fast …

  8. VBA: Index Match formular with multiple criterias (lookup an value ...

    May 11, 2024 · Similar threads O Find in range with multiple criteria and if no match, look in another range -- VBA ouvay Jul 6, 2022 Excel Questions Replies 0 Views 649 Jul 6, 2022

  9. Find index for item with maximum value and multiple criteria

    Jul 15, 2020 · I need to find the item in column A with the highest value in column B where the value in column C and column D also match certain criteria Starting simply without the criteria I …

  10. Sumifs, Index, and Match with multiple criteria - MrExcel

    Oct 27, 2012 · Worksheet A Worksheet B Hi, I am asking for assistance putting together a formula that can: 1. Search WS-A's A Column for current date and Match the User in Row 1 with …