+ Reply to Thread
Results 1 to 3 of 3

index match issue

  1. #1
    Registered User
    Join Date
    10-10-2006
    Posts
    29

    index match issue

    I am indexing a series of rows and columns to match 2 criteria. One criteria is in a row. The second is in a column. What I want to return is where they intersect in the table. File attached titled index-match2.
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: index match issue

    You INDEX only the table values.
    Then you MATCH the row (going down)
    Then you MATCH the column (going across).

    =INDEX(B2:O21,MATCH(R3,A2:A21,0),MATCH(R2,B1:O1,0))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    10-10-2006
    Posts
    29

    Re: index match issue

    Thank you very much

+ 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. [SOLVED] index and match issue
    By BusiMan in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-30-2014, 08:23 PM
  2. [SOLVED] Match Issue - Consolidate Columns of Data With Match/Index/etc?
    By excelsior123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-03-2014, 05:14 PM
  3. [SOLVED] index match issue
    By deanusa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-31-2014, 02:40 PM
  4. [SOLVED] MATCH-INDEX issue
    By vichisov in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 04-17-2013, 12:59 PM
  5. [SOLVED] Index and match issue
    By Excel-Access in forum Excel General
    Replies: 3
    Last Post: 07-17-2012, 08:25 AM

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