+ Reply to Thread
Results 1 to 3 of 3

INDEX MATCH/SUMPRODUCT Issue

  1. #1
    Registered User
    Join Date
    12-01-2017
    Location
    New York, New York
    MS-Off Ver
    Excel 2013
    Posts
    18

    INDEX MATCH/SUMPRODUCT Issue

    So I am attempting to find the C Value from comparing two criteria (Given P and L) from two separate tables (Table 1 and Table 2).
    It needs to validate from both tables. I created the two below, but it is not working. Any advice to fix it or another alternative would be greatly appreciated!

    Given P Value=GivenP
    Given L Value=GivenL
    Find/Display C Value=FindC

    Table 2

    Range of P Values in Table 2=T2PRange
    Range of C Values in Table 2=T2CRange
    Range of L Values in Table 2=T2LRange

    Table 1

    Range of P Values in Table 1=T1PRange
    Range of C Values in Table 1=T1CRange


    Beta=INDEX(T2CRange,MATCH(1,(GivenP=T2PRange)*(GivenL=T2LRange),0))
    Beta=Should displays Value of C in Table 2
    Delta=INDEX(T1CRange,SUMPRODUCT((T1CRange=Beta)*(T1PRange=GivenP)*ROW(T1CRange)),0)
    Delta=Should display FindC
    Attached Files Attached Files
    Last edited by expeo; 12-02-2017 at 02:13 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,853

    Re: INDEX MATCH/SUMPRODUCT Issue

    Will you please attach a sample Excel workbook? Nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: INDEX MATCH/SUMPRODUCT Issue

    First, there is an error in "GivenP": it should be 110006.

    this gives a value of 15 for Beta

    The formula for Delta makes no sense,

    perhaps ...

    =INDEX(I3:I12,MATCH(1,(I3:I12=K4)*(H3:H12=A3),0))


    BOTH are array formulae ....

    ...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.
    Attached Files Attached Files
    Last edited by JohnTopley; 12-02-2017 at 04:33 AM.

+ 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/Match combined with Sumproduct #N/A Issue
    By storm170 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-23-2017, 05:38 PM
  2. Sumproduct + index formula issue
    By jw01 in forum Excel General
    Replies: 3
    Last Post: 05-27-2016, 05:29 PM
  3. Issue with sumproduct formula combined to INDEX MATCH
    By St3ff3ns in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-07-2015, 06:30 AM
  4. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  5. [SOLVED] Index-Sumproduct-Row issue
    By FrothyD in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-17-2013, 02:56 PM
  6. Replies: 13
    Last Post: 12-13-2012, 11:44 AM
  7. Replies: 5
    Last Post: 04-20-2012, 08:54 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