+ Reply to Thread
Results 1 to 5 of 5

Index/Match with across multiple tabs

Hybrid View

  1. #1
    Registered User
    Join Date
    10-31-2016
    Location
    Melbourne
    MS-Off Ver
    13
    Posts
    33

    Index/Match with across multiple tabs

    Hi there

    I have received 15 respondent sheets (all with same structure) who evaluated a part number according to 4 different criteria. Hence, I have Respondent 1 who gave a score for a part number for criterion 1, criterion 2, criterion 3 and criterion 4. I now want to program a VBA that allows me to automatically populate one "merged all" sheet; showing each respondent's score per criterion per part number--> see attachment

    Thanks for your help!!
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Index/Match with across multiple tabs

    Hi.

    You haven't given us any indication of what your expected results should look like. can you do so (on your sheet). that way, we can see what you want, rather than guessing.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Index/Match with across multiple tabs

    For Crit1 In D10 this
    =IFERROR(INDEX(INDIRECT("'"&D$9&"'!$A:$Z"),MATCH($A10,INDIRECT("'"&D$9&"'!$A:$A"),0),10),"")
    copy right to end crit1 and down

    For Crit2 in U10
    =IFERROR(INDEX(INDIRECT("'"&U$9&"'!$A:$Z"),MATCH($A10,INDIRECT("'"&U$9&"'!$A:$A"),0),14),"")
    For Crit3 in AL10
    =IFERROR(INDEX(INDIRECT("'"&AL$9&"'!$A:$Z"),MATCH($A10,INDIRECT("'"&AL$9&"'!$A:$A"),0),18),"")
    For Crit4 in BC10
    =IFERROR(INDEX(INDIRECT("'"&BC$9&"'!$A:$Z"),MATCH($A10,INDIRECT("'"&BC$9&"'!$A:$A"),0),22),"")
    maybe you have to change the red numbers (columnnumbers)

    Kind regards
    Leo
    Last edited by LeoTaxi; 11-01-2016 at 05:19 AM.

  4. #4
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Index/Match with across multiple tabs

    For Crit1 In D10 this
    =IFERROR(INDEX(INDIRECT("'"&D$9&"'!$A:$Z"),MATCH($A10,INDIRECT("'"&D$9&"'!$A:$A"),0),10),"")
    copy right to end crit1 and down

    For Crit2 in U10
    =IFERROR(INDEX(INDIRECT("'"&U$9&"'!$A:$Z"),MATCH($A10,INDIRECT("'"&U$9&"'!$A:$A"),0),14),"")
    For Crit3 in AL10
    =IFERROR(INDEX(INDIRECT("'"&AL$9&"'!$A:$Z"),MATCH($A10,INDIRECT("'"&AL$9&"'!$A:$A"),0),18),"")
    For Crit4 in BC10
    =IFERROR(INDEX(INDIRECT("'"&BC$9&"'!$A:$Z"),MATCH($A10,INDIRECT("'"&BC$9&"'!$A:$A"),0),22),"")
    maybe you have to change the red numbers (columnnumbers)

    Kind regards
    Leo
    Last edited by LeoTaxi; 11-01-2016 at 05:05 AM.

  5. #5
    Registered User
    Join Date
    10-31-2016
    Location
    Melbourne
    MS-Off Ver
    13
    Posts
    33

    Re: Index/Match with across multiple tabs

    Great, this is exactly it, many thanks!

+ 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] Multiple Match/Index for Individual Tabs
    By hartjohnson in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-13-2016, 06:47 PM
  2. Index Match Across Multiple Tabs?
    By ratherbeknitting in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-28-2015, 11:46 PM
  3. Replies: 1
    Last Post: 06-18-2015, 08:45 AM
  4. Index Match Across Tabs
    By tryingtoexcelatexcel in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-18-2015, 01:41 AM
  5. Item Match between TABS (Index,Match???)
    By jespo1351 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-02-2014, 03:28 PM
  6. Replies: 13
    Last Post: 12-13-2012, 11:44 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