+ Reply to Thread
Results 1 to 7 of 7

Match and Find Matrix Values with Criteria

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    04-02-2008
    Location
    Jacksonville Beach, Florida
    MS-Off Ver
    Microsoft Excel 2003 and 2010
    Posts
    264

    Re: Match and Find Matrix Values with Criteria

    They both work great. Must say DaddyLongLegs solve was much easier to implement --- though I hear you should avoid array formulas.
    ______________________________________
    "Vision without Execution is a Hallucination"
    Edison

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792

    Re: Match and Find Matrix Values with Criteria

    Quote Originally Posted by dreicer_Jarr View Post
    ....though I hear you should avoid array formulas.....
    In this situation I would think that it's the most efficient way

    You can alter my suggestion so that it doesn't require CSE, i.e. this version

    =MAX(INDEX((B9:C9=C6)*(A10:A16=C5)*(B10:C16<=C4)*B10:C16,0))

    [assuming you don't ever expect the result to be a negative number]

    ....but actually the multiplication in that probably makes it marginally less efficient than using my previous suggestion with IFs
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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