+ Reply to Thread
Results 1 to 2 of 2

Retrieving information from multiple Sheets

  1. #1
    Registered User
    Join Date
    12-16-2014
    Location
    Somerset, England
    MS-Off Ver
    2010
    Posts
    49

    Retrieving information from multiple Sheets

    Hello Everybody, Your assistance is required.

    In the enclosed spreadsheet is a very simplified version of something I am trying to achieve.

    I would like to select the name and the year on the (Data) sheet and then have it fill out the relevant information in the columns below. I've done something similar using INDEX & MATCH. But because the information can change depending on the sheet, I'm not sure how to go about this. The columns on each sheet are the same and not going to move.

    As I said the example is a simplified version, the real sheet is huge but the premise is the same. I will then use this information to provide various bits on information. I can do that part, it's getting the date required I am struggling with.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: Retrieving information from multiple Sheets

    Try this ...

    =INDEX(INDIRECT("'"&$B$4&"'!$B$3:$K$7"),MATCH($B$3,INDIRECT("'"&$B$4&"'!$A$3:$A$7"),0)
    ,MATCH(C$7,INDIRECT("'"&$B$4&"'!$B$2:$K$2"),0))

+ 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. Macro to find and update information across multiple sheets and multiple workbooks
    By maxhecht2 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-01-2016, 11:35 AM
  2. [SOLVED] Retrieving information fron two sheets
    By chriseverclear in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-16-2013, 06:43 AM
  3. [SOLVED] Issues with VLOOKUP/INDIRECT and retrieving from multiple sheets
    By nicolerork in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-28-2013, 12:53 AM
  4. [SOLVED] Retrieving data from multiple sheets
    By nicolerork in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-09-2013, 12:56 AM
  5. Compare multiple data points in row _ multiple sheets _ output different information
    By floydian in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-18-2013, 08:52 AM
  6. Retrieving data from multiple sheets and copying to a new sheet
    By Yahoho in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-30-2012, 10:15 AM
  7. Retrieving information from other sheets
    By drzero328 in forum Excel General
    Replies: 6
    Last Post: 07-18-2012, 11:13 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