+ Reply to Thread
Results 1 to 4 of 4

Index from Multiple Sheets/Tabs

  1. #1
    Registered User
    Join Date
    07-23-2018
    Location
    California
    MS-Off Ver
    2013
    Posts
    2

    Index from Multiple Sheets/Tabs

    Good morning, It's my first time and I need help figuring out the correct formula for what I needed to do. So I want a drop down list to where I can select a value and it will display all the data on that value from multiple sheets/tab. I was able to do that except I was only able to display data from the first sheet/tab. Attached is the excel file I'm working on, thanks in advance! Attached is my excel file.
    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 2403
    Posts
    44,036

    Re: Index from Multiple Sheets/Tabs

    Will each CESE report (e.g. 94-74286) appear every day?

    What you have asked for is rather complicated, but if it's there every day, can be made much simpler...
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Index from Multiple Sheets/Tabs

    If I may make a change on your workbook for easy setup for formula, I change the sheet name with the number

    For CESE put this on A5 and copied down

    =IFERROR(VLOOKUP($B$1,INDIRECT("'"&INDEX({1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31},AGGREGATE(15,6,1/(1/{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}*(COUNTIFS(INDIRECT("'"&{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}&"'!B3:B100"),$B$1)=1)),ROW(A1)))&"'!$B$3:$B$100"),1,0),"")

    For Total M, put this on B5 and copied down

    =IFERROR(VLOOKUP($B$1,INDIRECT("'"&INDEX({1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31},AGGREGATE(15,6,1/(1/{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}*(COUNTIFS(INDIRECT("'"&{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}&"'!B3:J100"),$B$1)=1)),ROW(B1)))&"'!$B$3:$J$100"),6,0),"")

    For Total H Put this on C5 and copied down

    =IFERROR(VLOOKUP($B$1,INDIRECT("'"&INDEX({1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31},AGGREGATE(15,6,1/(1/{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}*(COUNTIFS(INDIRECT("'"&{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}&"'!B3:M100"),$B$1)=1)),ROW(C1)))&"'!$B$3:$M$100"),9,0),"")

    Hope this helps, and if not hope other member can help you
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-23-2018
    Location
    California
    MS-Off Ver
    2013
    Posts
    2

    Re: Index from Multiple Sheets/Tabs

    Quote Originally Posted by Glenn Kennedy View Post
    Will each CESE report (e.g. 94-74286) appear every day?

    What you have asked for is rather complicated, but if it's there every day, can be made much simpler...
    Not all CESE will appear on the report every day. Half of CESE will be reported if they were used that day.



    Quote Originally Posted by azumi View Post
    If I may make a change on your workbook for easy setup for formula, I change the sheet name with the number

    For CESE put this on A5 and copied down

    =IFERROR(VLOOKUP($B$1,INDIRECT("'"&INDEX({1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31},AGGREGATE(15,6,1/(1/{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}*(COUNTIFS(INDIRECT("'"&{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}&"'!B3:B100"),$B$1)=1)),ROW(A1)))&"'!$B$3:$B$100"),1,0),"")

    For Total M, put this on B5 and copied down

    =IFERROR(VLOOKUP($B$1,INDIRECT("'"&INDEX({1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31},AGGREGATE(15,6,1/(1/{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}*(COUNTIFS(INDIRECT("'"&{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}&"'!B3:J100"),$B$1)=1)),ROW(B1)))&"'!$B$3:$J$100"),6,0),"")

    For Total H Put this on C5 and copied down

    =IFERROR(VLOOKUP($B$1,INDIRECT("'"&INDEX({1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31},AGGREGATE(15,6,1/(1/{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}*(COUNTIFS(INDIRECT("'"&{1\2\3\4\5\6\7\8\9\10\11\12\13\14\15\16\17\18\19\20\21\22\23\24\25\26\27\28\29\30\31}&"'!B3:M100"),$B$1)=1)),ROW(C1)))&"'!$B$3:$M$100"),9,0),"")

    Hope this helps, and if not hope other member can help you

    Ill check your modification and report back.

    Thanks all for quick reply.

+ 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. Index/Match over multiple tabs
    By traggs25 in forum Excel General
    Replies: 8
    Last Post: 06-14-2018, 04:32 PM
  2. Index Match Max Multiple Tabs
    By AverageJoe2015 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-19-2017, 04:24 PM
  3. Index/Match with across multiple tabs
    By StefaniaLa in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-01-2016, 06:19 AM
  4. [SOLVED] Multiple Match/Index for Individual Tabs
    By hartjohnson in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-13-2016, 06:47 PM
  5. Index Match Across Multiple Tabs?
    By ratherbeknitting in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-28-2015, 11:46 PM
  6. [SOLVED] Extracting data from multiple columns on multiple sheets / tabs etc to a common matrix
    By MagicMan in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 03-26-2015, 07:38 AM
  7. Printing multiple tabs/sheets using VBA
    By azimuthtec in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-24-2014, 10:22 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