+ Reply to Thread
Results 1 to 4 of 4

Vlookup across multiple sheets and data points

  1. #1
    Registered User
    Join Date
    05-22-2014
    Posts
    2

    Vlookup across multiple sheets and data points

    I have a workbook that has multiple country tabs (each country has its own tab) and within each country tab, data by day. I'd like to create a dashboard that has a dropdown to select the country and another dropdown to select the day, and have the dashboard populate with the appropriate country/day's data. I've created both the country and date dropdowns in the dashboard, but am having trouble creating the correct formula to pull the corresponding data. Any suggestions would be great, either for how to do this, or a better way to approach the dashboard itself.

  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,962

    Re: Vlookup across multiple sheets and data points

    Hi and welcome to the forum

    You could probably do this with INDIRECT() for the sheet, and maybe vlookup() or index/match

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    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
    Registered User
    Join Date
    05-22-2014
    Posts
    2

    Re: Vlookup across multiple sheets and data points

    File attached with demonstration data.

    Thank you for the response, and greatly appreciate any feedback or suggestions.
    Attached Files Attached Files

  4. #4
    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,962

    Re: Vlookup across multiple sheets and data points

    Try this, copied down and across....

    =INDEX(INDIRECT("'"&$H$3&"'!$C:$K"),MATCH(Before!$L$3,INDIRECT("'"&$H$3&"'!$A:$A"),0),MATCH(Before!$A10,INDIRECT("'"&$H$3&"'!$C$7:$K$7"),0)+COLUMN()-7)

+ 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. Need macro to search multiple data points from multiple entries and return single value
    By Redbullmoo in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-11-2013, 02:16 AM
  2. 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
  3. [SOLVED] Vlookup through multiple sheets of data
    By Bandicoot in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-06-2012, 10:58 AM
  4. vlookup to search for data across multiple sheets
    By nugundam93 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-29-2008, 08:40 AM
  5. Using VLOOKUP with Multiple Data Sheets
    By MJGC in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-28-2008, 08:14 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