+ Reply to Thread
Results 1 to 7 of 7

Index, Indirect, Match only returning the first Matches corresponding value

  1. #1
    Registered User
    Join Date
    12-07-2010
    Location
    Aberdeen
    MS-Off Ver
    Excel 2013
    Posts
    50

    Index, Indirect, Match only returning the first Matches corresponding value

    I am using the following formula to return values from other worksheets. Unfortunately, I am only getting the first Match Values for each record.

    =IFERROR(INDEX(INDIRECT("'"&Y$1&"'!$X$1:$X$1000"),MATCH($B58&"*",(INDIRECT("'"&Y$1&"'!$R$1:$R$1000")),0)),"")

    Can anyone tell me if it is possible to capture the Sum Value of all Record Matches please.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Index, Indirect, Match only returning the first Matches corresponding value

    1. It would help to see the workbook.

    You get better help on your question if you add a small excel file, without confidential information.

    Please also add manualy the expected result in your file.

    To Attach a File:

    1. Scroll down to the window below your post Additional Options
    2. In the frame Attach Files you will see the button Manage Attachments
    3. Click the button.
    4. A new window will open titled Manage Attachments - Excel Forum.
    5. Click the Browse... button to locate your file for uploading.
    6. This will open a new window File Upload.
    7. Once you have located the file to upload click the Open button. This window will close.
    8. You are now back in the Manage Attachments - Excel Forum window.
    9. Click the Upload button and wait until the file has uploaded.
    10. Close the window and then click Submit.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Index, Indirect, Match only returning the first Matches corresponding value

    use sumif formula
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Index, Indirect, Match only returning the first Matches corresponding value

    Maybe this...

    =SUMPRODUCT(SUMIF(INDIRECT("'"&Y$1&"'!R1:R1000"),$B58&"*",INDIRECT("'"&Y$1&"'!X1:X1000")))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Registered User
    Join Date
    12-07-2010
    Location
    Aberdeen
    MS-Off Ver
    Excel 2013
    Posts
    50

    Re: Index, Indirect, Match only returning the first Matches corresponding value

    Simple version of file now attached!
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    12-07-2010
    Location
    Aberdeen
    MS-Off Ver
    Excel 2013
    Posts
    50

    Re: Index, Indirect, Match only returning the first Matches corresponding value

    Thank you Tony, The Sumproduct works perfectly!

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Index, Indirect, Match only returning the first Matches corresponding value

    You're welcome. Thanks for the feedback!

+ 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] Indirect-index-match formula is returning #Value
    By brent_excel in forum Excel General
    Replies: 3
    Last Post: 08-01-2014, 05:52 PM
  2. [SOLVED] Index & Match with 3 matches
    By pauldaddyadams in forum Excel General
    Replies: 7
    Last Post: 04-23-2014, 10:43 AM
  3. [SOLVED] Need help with Index IF Match Formula. Returning Room Number that Matches the Hours Used
    By KattieSpencer in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-25-2014, 12:22 PM
  4. [SOLVED] INDEX MATCH array formula that matches substring n gives multiple matches
    By bkwins in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-12-2013, 04:57 AM
  5. [SOLVED] VLOOKUP (or Index/Match) across four columns -- and returning multiple matches
    By rcasey in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-11-2013, 05:20 PM
  6. Replies: 4
    Last Post: 07-18-2012, 02:34 PM
  7. Use MATCH & INDEX to list all matches
    By zulaz in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 02-07-2005, 04:00 AM

Tags for this Thread

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