+ Reply to Thread
Results 1 to 8 of 8

Index Match matching two criteria

Hybrid View

  1. #1
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: Index Match matching two criteria

    You need to evaluate formula as string for array formula I believe.

    Try something like...
    Cells(i, 3) = Evaluate("=Index(" & rng3.Address & ",Match(1,(" & rng1.Address & "=(" & Cells(i, 1).Value & _
                    "*(" & rng2.Address & "=(" & Cells(i, 2.Value & ",0))")
    However, looks like Cells(i, 3) will cause circular reference?

    Edit2:
    Ah, it's been corrected. I've corrected my code as well.
    Last edited by CK76; 05-09-2017 at 12:46 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Index partial Matching with at least 3 characters matching per criteria
    By T86157 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-09-2017, 03:15 PM
  2. Matching 3 criteria using index and match formula
    By fordieuk in forum Excel General
    Replies: 6
    Last Post: 10-21-2014, 10:08 AM
  3. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  4. Replies: 13
    Last Post: 12-13-2012, 11:44 AM
  5. [SOLVED] Need help using Index and Match for table lookup with 2 criteria matching
    By lorne17 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-27-2012, 09:26 AM
  6. [SOLVED] Index/Match Not Matching Correctly on Multiple Criteria Across Sheets
    By cbauer in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-02-2012, 04:19 PM
  7. Replies: 2
    Last Post: 03-31-2009, 11:04 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1