+ Reply to Thread
Results 1 to 3 of 3

Index/Match dependent with range dependent on another column

  1. #1
    Registered User
    Join Date
    01-16-2016
    Location
    Dallas
    MS-Off Ver
    Excel 2013
    Posts
    15

    Index/Match dependent with range dependent on another column

    I can do one Index Match for one company but I am not sure how to look for the company name in the column B then index/match the table next to it.

    See Attached File.
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Index/Match dependent with range dependent on another column

    Put on P4

    =IFERROR(INDEX($E$3:$H$14,MATCH(1,(LOOKUP(ROW($B$3:$B$14),ROW($B$3:$B$14)/($B$3:$B$14<>""),$B$3:$B$14)=$O4)*($D$3:$D$14=P$3),0),MATCH($O$2,$E$2:$H$2,0)),"")

    and press all together CTRL+SHIFT+ENTER button, after that copied down and cross

    hope this works

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Index/Match dependent with range dependent on another column

    Or this regular formula...
    =INDEX($E$3:$H$14,MATCH($O4,$B$3:$B$14,0)+MATCH(P$3,$D$3:$D$5,0)-1,MATCH($O$2,$E$2:$H$2,0))
    copied down and across
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. [Help] Dependent DDL with Index Match function
    By pappu6600 in forum Excel General
    Replies: 10
    Last Post: 09-24-2014, 08:29 PM
  2. [SOLVED] Dependent List With Index Match
    By NOTIMPORTANT in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-08-2014, 03:15 AM
  3. Replies: 6
    Last Post: 01-28-2014, 06:09 PM
  4. Replies: 2
    Last Post: 01-14-2014, 08:31 PM
  5. [SOLVED] Help with dependent lists INDEX MATCH
    By jet2004uk in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-19-2012, 12:00 PM
  6. IF dependent INDEX MATCH
    By jwaldmann in forum Excel General
    Replies: 2
    Last Post: 02-11-2012, 10:32 AM
  7. Dependent Percentile Formula in Table with Nested Lookup or Index Match?
    By chogan in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-11-2010, 06:34 PM

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