+ Reply to Thread
Results 1 to 8 of 8

Index with Source Data on multiple sheets

  1. #1
    Registered User
    Join Date
    06-17-2019
    Location
    USA
    MS-Off Ver
    Mac 16.75.2 (365)
    Posts
    65

    Index with Source Data on multiple sheets

    I've attached a Sample Workbook. I'm trying to extract the times from Sun-Sat tabs and insert them into the Weekly Tab.

    I tried an Index/Match formula, but I don't know how to select the multiple ranges of source information.
    Attached Files Attached Files

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

    Re: Index with Source Data on multiple sheets

    Which Excel version for Mac are you using? Please update your profile, as it matters. Thanks.
    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. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,798

    Re: Index with Source Data on multiple sheets

    In B4 copied across and down:

    =IFERROR(INDEX(INDIRECT(B$1&"!$B$3:$B$500"),MATCH($A4,INDIRECT(B$1&"!$A$3:$A$500"),0)),"")
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    06-17-2019
    Location
    USA
    MS-Off Ver
    Mac 16.75.2 (365)
    Posts
    65

    Re: Index with Source Data on multiple sheets

    Hi there: Thanks for the quick reply. Your solution worked perfectly in the sample that I gave you, however it does not work in my project. I should have pivoted the Weekly Tab, so the days of the week are along Column A. I thought pivoting these would be easy, however I'm struggling.

    I'll attach a better workbook with a Week 2 tab, with things in the correct order. I apologize about this.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-17-2019
    Location
    USA
    MS-Off Ver
    Mac 16.75.2 (365)
    Posts
    65

    Re: Index with Source Data on multiple sheets

    Just an update, I found the solution to my issue. I was in fact able to pivot the data easily. My issue was, unlike my non-sample, the tabs matched the names of the row headers that I'm pulling from, and the solution provided was built based on that. I adapted my non-sample to incorporate that, and it works!!! Thanks again

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,798

    Re: Index with Source Data on multiple sheets

    For Week2 - in B4:

    =IFERROR(INDEX(INDIRECT($A4&"!$B$3:$B$500"),MATCH(B$1,INDIRECT($A4&"!$A$3:$A$500"),0)),"")

    Glad to have helped.

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.
    Last edited by AliGW; 07-25-2023 at 02:20 AM.

  7. #7
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,429

    Re: Index with Source Data on multiple sheets

    Power Query
    Please Login or Register  to view this content.
    Attached Files Attached Files

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,798

    Re: Index with Source Data on multiple sheets

    Thanks for the kind rep comment.

+ 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. Replies: 10
    Last Post: 11-29-2020, 03:53 PM
  2. Replies: 5
    Last Post: 12-16-2018, 10:09 AM
  3. How do I source and initialize data from multiple sheets with one VBA code?
    By mbizavin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-28-2014, 04:55 PM
  4. Replies: 6
    Last Post: 02-08-2014, 05:01 AM
  5. [SOLVED] Data Validation - replace choices for multiple sheets of source data
    By mshaw1970 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-20-2013, 07:34 AM
  6. Update Data in Multiple Sheets From 1 Source Sheet
    By smfismfi in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-11-2012, 04:17 PM
  7. Filter copy and paste from one data source into multiple sheets
    By MrDean in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-05-2010, 01:35 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