+ Reply to Thread
Results 1 to 6 of 6

Multi variable return data between two sheets INDEX

  1. #1
    Registered User
    Join Date
    01-25-2013
    Location
    CT, USA
    MS-Off Ver
    Excel 2013
    Posts
    43

    Multi variable return data between two sheets INDEX

    Okay, I am looking for a formula to pull the information from the DATA tab to the RESULTS tab. For example, I need the Results tab formula in cell B5 to search for the quantity on the line that matches April-15 Total for ITEM# 000045. I have used and index match formula but I am not sure how to have a formula search to two specific things ("April-15 Total" AND "000045") on any line. Any help would be greatly appreciated. Excel 2007

    Thanks
    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,939

    Re: Multi variable return data between two sheets INDEX

    Seeing as you have subtotals in there, I would use sumifS() instead of index/match....
    =SUMIFS(DATA!$C$2:$C$31,DATA!$A$2:$A$31,Results!A4,DATA!$B$2:$B$31,Results!$A$3)

    The equivalent INDEX/MATCH would be something like this would get really complex, counting matching dates with item #
    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
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: Multi variable return data between two sheets INDEX

    Try this.....

    In A5
    Please Login or Register  to view this content.
    and copy across.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  4. #4
    Registered User
    Join Date
    01-25-2013
    Location
    CT, USA
    MS-Off Ver
    Excel 2013
    Posts
    43

    Re: Multi variable return data between two sheets INDEX

    Thanks sktneer and FDibbins!

    I have played with both of them on the big spreadsheet that I have and the IFERROR one seems to be the most practical one to match my needs. This will save me a great deal of time! You guys are terrific!

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: Multi variable return data between two sheets INDEX

    You're welcome. Glad we could help.

    If that takes care of your original question, please mark your thread as Solved by selecting Thread Tools (just above your first post) --> Mark thread as solved.

  6. #6
    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,939

    Re: Multi variable return data between two sheets INDEX

    Glad you got what you needed, thanks for the rep

+ 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] Formula to match data ( multi column) in different sheets and return matching values
    By kangyao in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-17-2013, 08:49 PM
  2. [SOLVED] Formula to match data in different sheets ( multi column) and return matching values
    By kangyao in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-11-2013, 07:38 PM
  3. SOS:Return multiple values against multi criteria match and index function
    By nitesh_inin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-26-2012, 05:45 PM
  4. return multiple similar data on multi variable search
    By patrodgers in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-25-2012, 09:38 AM
  5. return multiple similar data on multi variable search
    By patrodgers in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 05-24-2012, 04:56 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