+ Reply to Thread
Results 1 to 4 of 4

index match issue

  1. #1
    Registered User
    Join Date
    03-19-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    48

    index match issue

    I had an issue in an earlier thread but may have explained it poorly and i know forum rules mean I need to start a new thread as really its a different issue.

    In the attached spreadsheet I am trying to retrieve current Q %'s in column N based on a colour and an item, and a date.

    R15, R16 and T6 criteria would change.

    In column N I am able to retrieve the correct percentage, but only when the answer is in the first column.

    In column O the same formula retrieves nothing.

    I tried with an Index, Match, If array formula but couldnt get that to work either.

    It's been driving me crazy all day, if anyone can work this out I will appreciate
    Attached Files Attached Files

  2. #2
    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,926

    Re: index match issue

    Try these 2 ARRAY formulas copied down...

    P4=INDEX($D$4:$K$38,MATCH($M4&$T$6,$B$4:$B$38&$C$4:$C$38,0),MATCH($R$15,$D$1:$K$1,0))
    Q4=INDEX($D$4:$K$38,MATCH($M4&$T$6,$B$4:$B$38&$C$4:$C$38,0),MATCH($R$16,$D$1:$K$1,0))

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    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

  3. #3
    Registered User
    Join Date
    03-19-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    48

    Re: index match issue

    Thank you !!

  4. #4
    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,926

    Re: index match issue

    Glad I could help

+ 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 - VBA - Issue
    By Vinod Krishna.C in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-26-2014, 07:49 AM
  2. [SOLVED] index match issue
    By jw01 in forum Excel General
    Replies: 3
    Last Post: 07-19-2012, 12:31 AM
  3. index match issue
    By jw01 in forum Excel General
    Replies: 2
    Last Post: 04-25-2012, 12:10 AM
  4. index, match issue
    By step_one in forum Excel General
    Replies: 3
    Last Post: 05-03-2011, 03:40 PM
  5. Index/Match issue
    By ExcelNewby in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-05-2008, 02:28 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